From 7a60ac2cd230d65077a53a3f2c5d2e0f18f8f1c8 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Mon, 3 Jun 2013 22:00:01 +0200 Subject: [PATCH] back to the beginning... --- COC/coc-as-cuno | 2 +- CUL/culd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/COC/coc-as-cuno b/COC/coc-as-cuno index 986283b..46de8fd 100755 --- a/COC/coc-as-cuno +++ b/COC/coc-as-cuno @@ -9,5 +9,5 @@ PORT=2323 while true; do echo "Listening on port ${PORT} for new connection requests" - socat ${OPTIONS} "${DEVICE},echo=0" "TCP-LISTEN:${PORT},reuseaddr" + socat ${OPTIONS} "${DEVICE},raw,echo=0" "TCP-LISTEN:${PORT},reuseaddr" done diff --git a/CUL/culd b/CUL/culd index b1cae3d..dc5e063 100755 --- a/CUL/culd +++ b/CUL/culd @@ -7,5 +7,5 @@ PORT=2323 while true; do echo "Listening on port ${PORT} for new connection requests" - socat ${OPTIONS} "${DEVICE},echo=0" "TCP-LISTEN:${PORT},reuseaddr" + socat ${OPTIONS} "${DEVICE},raw,echo=0" "TCP-LISTEN:${PORT},reuseaddr" done -- 2.39.2