summaryrefslogtreecommitdiffstats
path: root/transport
diff options
context:
space:
mode:
Diffstat (limited to 'transport')
-rw-r--r--transport/socket/src/socket.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/transport/socket/src/socket.h b/transport/socket/src/socket.h
index d8e81978944..44715697db1 100644
--- a/transport/socket/src/socket.h
+++ b/transport/socket/src/socket.h
@@ -116,6 +116,8 @@ typedef struct {
} incoming;
pthread_mutex_t lock;
int windowsize;
+ char lowlat;
+ char nodelay;
} socket_private_t;