mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 11:21:56 +00:00
Set txqlen to 100 for glorytun udp
This commit is contained in:
parent
8267f6b2ff
commit
30d5d85184
1 changed files with 1 additions and 0 deletions
|
@ -12,3 +12,4 @@ done
|
|||
ip link set dev ${INTF} up 2>&1 >/dev/null
|
||||
ip addr add ${LOCALIP}/30 brd ${BROADCASTIP} dev ${INTF} 2>&1 >/dev/null
|
||||
}
|
||||
ip link set $INTF txqlen 100
|
Loading…
Reference in a new issue