summaryrefslogtreecommitdiff
path: root/netio.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2015-05-29 23:19:11 +0800
committerMatt Johnston <matt@ucc.asn.au>2015-05-29 23:19:11 +0800
commitc74404fbdf6fa972c4ad22e20ad0c6959cd5286f (patch)
tree220f5a51346cec0c71135d43f3e57bf477c1bdca /netio.h
parent00ab304aad2eae3c3d76f963e474e75c51048ca9 (diff)
downloaddropbear-c74404fbdf6fa972c4ad22e20ad0c6959cd5286f.tar.gz
separate client/server fastopen options
Diffstat (limited to 'netio.h')
-rw-r--r--netio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/netio.h b/netio.h
index 5d9f799..b413bdc 100644
--- a/netio.h
+++ b/netio.h
@@ -48,7 +48,7 @@ void connect_set_writequeue(struct dropbear_progress_connection *c, struct Queue
void packet_queue_to_iovec(struct Queue *queue, struct iovec *iov, unsigned int *iov_count);
void packet_queue_consume(struct Queue *queue, ssize_t written);
-#ifdef DROPBEAR_TCP_FAST_OPEN
+#ifdef DROPBEAR_SERVER_TCP_FAST_OPEN
/* Try for any Linux builds, will fall back if the kernel doesn't support it */
void set_listen_fast_open(int sock);
/* Define values which may be supported by the kernel even if the libc is too old */