mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
Set default VPN txqueulen to 100 isntead of 1000
This commit is contained in:
parent
df4708ee92
commit
cbd56ee22b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ if [ "$(uci -q get network.omrvpn)" = "" ]; then
|
|||
set network.omrvpn.multipath=off
|
||||
set network.omrvpn.leasetime=12h
|
||||
set network.omrvpn.type=tunnel
|
||||
set network.omrvpn.txqueuelen=1000
|
||||
set network.omrvpn.txqueuelen=100
|
||||
set network.omrvpn.metric=1200
|
||||
commit network
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue