From f942326cae0ef961b67db6b036f93cbdefc1ece1 Mon Sep 17 00:00:00 2001 From: Cassondra Foesch Date: Tue, 28 Apr 2020 13:32:12 +0000 Subject: [PATCH] by default set tos and ttl --- nrj.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nrj.sh b/nrj.sh index 35bb29c..0a17a1b 100755 --- a/nrj.sh +++ b/nrj.sh @@ -33,7 +33,7 @@ while [[ $# -gt 0 ]]; do PLAY="$val" ;; --stream) - OUTPUT="udp://127.0.0.1:1234?pkt_size=1316" + OUTPUT="udp://127.0.0.1:1234?pkt_size=1316&tos=0x80&ttl=5" ;; --output=*) OUTPUT="$val"