mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
MPTCP Luci interface, set MPTCP version with select option
This commit is contained in:
parent
8404d5e0e4
commit
66310e3866
1 changed files with 3 additions and 3 deletions
|
@ -44,9 +44,9 @@ if uname.release:sub(1,4) ~= "5.15" then
|
||||||
o.rmempty = false
|
o.rmempty = false
|
||||||
end
|
end
|
||||||
if uname.release:sub(1,4) ~= "5.15" then
|
if uname.release:sub(1,4) ~= "5.15" then
|
||||||
o = s:option(Value, "mptcp_version", translate("Multipath TCP version"))
|
o = s:option(ListValue, "mptcp_version", translate("Multipath TCP version"))
|
||||||
o.datatype = "uinteger"
|
o:value(0, translate("0"))
|
||||||
o.rmempty = false
|
o:value(1, translate("1"))
|
||||||
o.default = 0
|
o.default = 0
|
||||||
end
|
end
|
||||||
o = s:option(ListValue, "congestion", translate("Congestion Control"),translate("Default is cubic"))
|
o = s:option(ListValue, "congestion", translate("Congestion Control"),translate("Default is cubic"))
|
||||||
|
|
Loading…
Reference in a new issue