aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/hex.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hex.sh b/tools/hex.sh
index 78cd8fa38..b9ea36de2 100755
--- a/tools/hex.sh
+++ b/tools/hex.sh
@@ -27,7 +27,7 @@ send_hex_udp () {
}
send_hex_tcp () {
- echo "$hex" | xxd -r -p | nc "$host" "$port"
+ echo "$hex" | xxd -r -p | nc -N "$host" "$port"
}
send_text_udp () {