Merge pull request #3 from theomarzaki/quic-go

quic-go experiment typo fix
This commit is contained in:
Quentin De Coninck 2021-02-15 09:08:48 +01:00 committed by GitHub
commit 95dc6b71d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ from topos.multi_interface_multi_client import MultiInterfaceMultiClientConfig
import os import os
class QUICParameter(RandomFileExperiment): class QUICParameter(RandomFileParameter):
MULTIPATH = "quicMultipath" MULTIPATH = "quicMultipath"
def __init__(self, experiment_parameter_filename): def __init__(self, experiment_parameter_filename):