1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-03-09 15:50:00 +00:00

Use cake for glorytun udp

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-10-28 14:56:11 +00:00
parent ad5bf18f71
commit 0b650ad217

View file

@ -12,4 +12,5 @@ done
ip link set dev ${INTF} up 2>&1 >/dev/null
ip addr add ${LOCALIP}/30 brd ${BROADCASTIP} dev ${INTF} 2>&1 >/dev/null
}
tc qdisc replace dev $INTF root cake
ip link set $INTF txqlen 100