From b7fc5cbb05f9430153534e960eb601836a0acd23 Mon Sep 17 00:00:00 2001 From: Quentin De Coninck Date: Wed, 8 Jul 2020 14:42:08 +0200 Subject: [PATCH] remove useless sysctl --- core/experiment.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/experiment.py b/core/experiment.py index ac22634..985ccb4 100644 --- a/core/experiment.py +++ b/core/experiment.py @@ -35,7 +35,6 @@ class ExperimentParameter(Parameter): PRIO_PATH_1 = "priority_path_1" BACKUP_PATH_0 = "backup_path_0" BACKUP_PATH_1 = "backup_path_1" - EXPIRATION = "expiration" BUFFER_AUTOTUNING = "bufferAutotuning" METRIC = "metric" @@ -49,7 +48,6 @@ class ExperimentParameter(Parameter): CC: "net.ipv4.tcp_congestion_control", AUTOCORK: "net.ipv4.tcp_autocorking", EARLY_RETRANS: "net.ipv4.tcp_early_retrans", - EXPIRATION: "net.mptcp.mptcp_sched_expiration", BUFFER_AUTOTUNING: "net.ipv4.tcp_moderate_rcvbuf", } @@ -77,7 +75,6 @@ class ExperimentParameter(Parameter): SCHED: "default", AUTOCORK: "1", EARLY_RETRANS: "3", - EXPIRATION: "300", BUFFER_AUTOTUNING: "1", METRIC: "-1", CLIENT_PCAP: "no",