From: DL1YCF Date: Sat, 7 Nov 2020 11:07:52 +0000 (+0100) Subject: rigctl: added TCP_NODELAY since this may improve responsiveness X-Git-Url: https://git.rkrishnan.org/uri/vdrive/(%5B%5E?a=commitdiff_plain;h=042e9d76336d8dee6f9c8d99a56bf6cce7dd55b6;p=pihpsdr.git rigctl: added TCP_NODELAY since this may improve responsiveness --- diff --git a/rigctl.c b/rigctl.c index 51a8c5a..984e924 100644 --- a/rigctl.c +++ b/rigctl.c @@ -58,11 +58,10 @@ #endif #include -#define NEW_PARSER - // IP stuff below #include #include //inet_addr +#include int rigctl_port_base=19090; int rigctl_enable=0;