mpParamXp: add different client and server schedulers
This commit is contained in:
parent
7e9f2c643d
commit
08857dd9a0
@ -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 = {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user