fixing typo
This commit is contained in:
parent
2aa1957c51
commit
95a9b92701
@ -76,7 +76,7 @@ class MpExperienceQUIC(MpExperience):
|
|||||||
return s
|
return s
|
||||||
|
|
||||||
def getCongClientCmd(self, congID):
|
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 &"
|
"/" + self.file + " --no-check-certificate --disable-mptcp) &> https_client" + str(congID) + ".log &"
|
||||||
print(s)
|
print(s)
|
||||||
return s
|
return s
|
||||||
|
Loading…
Reference in New Issue
Block a user