1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2020-09-15 12:26:38 +00:00
parent 8267f6b2ff
commit 30d5d85184

View file

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