]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
rigctl: added TCP_NODELAY since this may improve responsiveness
authorDL1YCF <dl1ycf@darc.de>
Sat, 7 Nov 2020 11:07:52 +0000 (12:07 +0100)
committerDL1YCF <dl1ycf@darc.de>
Sat, 7 Nov 2020 11:07:52 +0000 (12:07 +0100)
rigctl.c

index 51a8c5a30f8ba288fcb44bba0081fed8b3b2f37c..984e924a014be0d2eab3a26a71d3afcc8b71e32a 100644 (file)
--- a/rigctl.c
+++ b/rigctl.c
 #endif
 #include <math.h>
 
-#define NEW_PARSER
-
 // IP stuff below
 #include <sys/socket.h>
 #include <arpa/inet.h> //inet_addr
+#include <netinet/tcp.h>
 
 int rigctl_port_base=19090;
 int rigctl_enable=0;