summaryrefslogtreecommitdiff
path: root/dbutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbutil.h')
-rw-r--r--dbutil.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/dbutil.h b/dbutil.h
index c82e494..b4a8f42 100644
--- a/dbutil.h
+++ b/dbutil.h
@@ -80,6 +80,13 @@ void set_sock_priority(int sock, enum dropbear_prio prio);
#if defined(__linux__) && HAVE_SENDMSG
#define DROPBEAR_TCP_FAST_OPEN
void set_listen_fast_open(int sock);
+/* may be supported by kernel but not libc */
+#ifndef TCP_FASTOPEN
+#define TCP_FASTOPEN 23
+#endif
+#ifndef MSG_FASTOPEN
+#define MSG_FASTOPEN 0x20000000
+#endif
#endif
int dropbear_listen(const char* address, const char* port,