From 0b650ad217a5c0c5ead46a5c5fc0b6ae330d8b9b Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 28 Oct 2020 14:56:11 +0000 Subject: [PATCH] Use cake for glorytun udp --- glorytun-udp-post.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/glorytun-udp-post.sh b/glorytun-udp-post.sh index a62144c..2c1dc40 100644 --- a/glorytun-udp-post.sh +++ b/glorytun-udp-post.sh @@ -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 \ No newline at end of file