From 71f55715d5d815d23a2b89bc7281b95cc6e1c2ff Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Mon, 3 Jun 2013 20:51:31 +0200 Subject: [PATCH] fix coc-as-cuno --- COC/coc-as-cuno | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COC/coc-as-cuno b/COC/coc-as-cuno index 46de8fd..986283b 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},raw,echo=0" "TCP-LISTEN:${PORT},reuseaddr" + socat ${OPTIONS} "${DEVICE},echo=0" "TCP-LISTEN:${PORT},reuseaddr" done -- 2.39.2