diff options
Diffstat (limited to 'tcp_internal.h')
-rw-r--r-- | tcp_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tcp_internal.h b/tcp_internal.h index 0f3db1f..1b5dbed 100644 --- a/tcp_internal.h +++ b/tcp_internal.h @@ -35,6 +35,8 @@ #define CONN_V4(conn) (!!inany_v4(&(conn)->faddr)) #define CONN_V6(conn) (!CONN_V4(conn)) +extern char tcp_buf_discard[MAX_WINDOW]; + void conn_flag_do(const struct ctx *c, struct tcp_tap_conn *conn, unsigned long flag); #define conn_flag(c, conn, flag) \ |