projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3a3266
)
rigctl: added TCP_NODELAY since this may improve responsiveness
author
DL1YCF
<dl1ycf@darc.de>
Sat, 7 Nov 2020 11:07:52 +0000
(12:07 +0100)
committer
DL1YCF
<dl1ycf@darc.de>
Sat, 7 Nov 2020 11:07:52 +0000
(12:07 +0100)
rigctl.c
patch
|
blob
|
history
diff --git
a/rigctl.c
b/rigctl.c
index 51a8c5a30f8ba288fcb44bba0081fed8b3b2f37c..984e924a014be0d2eab3a26a71d3afcc8b71e32a 100644
(file)
--- a/
rigctl.c
+++ b/
rigctl.c
@@
-58,11
+58,10
@@
#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;