Update client-config.lua
fix hysteria client params
This commit is contained in:
parent
53d2686338
commit
e015cfecf1
@ -393,12 +393,6 @@ o.datatype = "uinteger"
|
|||||||
o.rmempty = true
|
o.rmempty = true
|
||||||
o.default = "20971520"
|
o.default = "20971520"
|
||||||
|
|
||||||
o = s:option(Value, "maxincomingstreams", translate("QUIC maxIncomingStreams"))
|
|
||||||
o:depends({type = "hysteria",flag_quicparam = "1"})
|
|
||||||
o.datatype = "uinteger"
|
|
||||||
o.rmempty = true
|
|
||||||
o.default = "1024"
|
|
||||||
|
|
||||||
o = s:option(Value, "maxidletimeout", translate("QUIC maxIdleTimeout(Unit:second)"))
|
o = s:option(Value, "maxidletimeout", translate("QUIC maxIdleTimeout(Unit:second)"))
|
||||||
o:depends({type = "hysteria",flag_quicparam = "1"})
|
o:depends({type = "hysteria",flag_quicparam = "1"})
|
||||||
o.rmempty = true
|
o.rmempty = true
|
||||||
|
Loading…
Reference in New Issue
Block a user