fixing typo

This commit is contained in:
Quentin De Coninck 2017-06-12 10:49:07 +02:00
parent 2aa1957c51
commit 95a9b92701

View File

@ -76,7 +76,7 @@ class MpExperienceQUIC(MpExperience):
return s
def getCongClientCmd(self, congID):
s = "(time " + MpExperienceQUIC.WGET + " https://" + self.mpConfig.getServerCongIP(congID) +\
s = "(time " + MpExperienceQUIC.WGET + " https://" + self.mpConfig.getCongServerIP(congID) +\
"/" + self.file + " --no-check-certificate --disable-mptcp) &> https_client" + str(congID) + ".log &"
print(s)
return s