mpParamXp: add different client and server schedulers

This commit is contained in:
Quentin De Coninck 2015-12-10 10:20:16 +01:00
parent 7e9f2c643d
commit 08857dd9a0

View File

@ -5,6 +5,8 @@ class MpParamXp(MpParam):
RMEM = "rmem"
WMEM = "wmem"
SCHED = "sched"
SCHEDC = "schedc"
SCHEDS = "scheds"
CC = "congctrl"
KERNELPM = "kpm"
KERNELPMC = "kpmc" #kernel path manager client / server
@ -49,8 +51,10 @@ class MpParamXp(MpParam):
sysctlKeyClient = {}
sysctlKeyClient[KERNELPMC] = "net.mptcp.mptcp_path_manager"
sysctlKeyClient[SCHEDC] = "net.mptcp.mptcp_scheduler"
sysctlKeyServer = {}
sysctlKeyServer[KERNELPMS] = "net.mptcp.mptcp_path_manager"
sysctlKeyServer[SCHEDS] = "net.mptcp.mptcp_scheduler"
defaultValue = {}