aboutgitcodebugslistschat
path: root/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcp.h')
-rw-r--r--tcp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcp.h b/tcp.h
index bfd6082..dc854b8 100644
--- a/tcp.h
+++ b/tcp.h
@@ -67,7 +67,9 @@ struct tcp_ctx {
uint8_t port_to_init [USHRT_MAX / 8];
int ns_detect_ports;
struct timespec timer_run;
+#ifdef HAS_SND_WND
int kernel_snd_wnd;
+#endif
size_t pipe_size;
struct timespec refill_ts;
struct timespec port_detect_ts;