quic 예제 수정
This commit is contained in:
parent
41aa5144b0
commit
ba5e1f48f5
@ -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.
Loading…
Reference in New Issue
Block a user