quic 예제 수정

This commit is contained in:
Godopu 2022-02-17 20:46:07 +09:00
parent 41aa5144b0
commit ba5e1f48f5
3 changed files with 3 additions and 2 deletions

View File

@ -27,7 +27,7 @@ class BASICQUIC(RandomFileExperiment):
BASICQUIC.SERVER_LOG)
def getHTTPSServerCmd(self):
s = "{}/../utils/basicquic-server & > {}".format(
s = "{}/../utils/basicquic-server -bind ':8443' & > {}".format(
os.path.dirname(os.path.abspath(__file__)), BASICQUIC.SERVER_LOG)
# s = "/home/mininet/pugit/sample/minitopo/utils/server & > {}".format(
# BASICQUIC.SERVER_LOG)
@ -39,10 +39,11 @@ class BASICQUIC(RandomFileExperiment):
# s = "ping -c 3 -I {} {} > ping-result".format(
# "10.0.0.", self.topo_config.get_client_ip(1))
s = "{}/../utils/basicquic-client -keylog router.log -insecure https://{}:6121/demo/tiles".format(
s = "{}/../utils/basicquic-client -keylog router.log -insecure https://{}:8443/demo/tiles".format(
os.path.dirname(os.path.abspath(__file__)),
self.topo_config.get_server_ip(0))
# s = "ping -c 5 {} > client-ping.log".format(self.topo_config.get_server_ip(0))
# s = "/home/mininet/pugit/sample/minitopo/utils/echo-client {} & > {}".format(
# self.topo_config.get_server_ip(0),
# BASICQUIC.CLIENT_LOG,

Binary file not shown.

Binary file not shown.