1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2020-09-02 10:10:49 +02:00
parent df4708ee92
commit cbd56ee22b

View file

@ -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