mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add MPTCP debug option
This commit is contained in:
parent
3b97816d08
commit
fbf9d45cec
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ mtcpg:value("disable", translate("disable"))
|
|||
local mtcpck = s:option(ListValue, "mptcp_checksum", translate("Multipath TCP checksum"))
|
||||
mtcpck:value(1, translate("enable"))
|
||||
mtcpck:value(0, translate("disable"))
|
||||
local mtcpck = s:option(ListValue, "mptcp_debug", translate("Multipath Debug"))
|
||||
mtcpck:value(1, translate("enable"))
|
||||
mtcpck:value(0, translate("disable"))
|
||||
local mtcppm = s:option(ListValue, "mptcp_path_manager", translate("Multipath TCP path-manager"))
|
||||
mtcppm:value("default", translate("default"))
|
||||
mtcppm:value("fullmesh", translate("fullmesh"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue