aboutgitcodebugslistschat
path: root/tcp_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcp_internal.h')
-rw-r--r--tcp_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcp_internal.h b/tcp_internal.h
index 36c6533..9dae688 100644
--- a/tcp_internal.h
+++ b/tcp_internal.h
@@ -26,6 +26,7 @@
#define FIN (1 << 0)
#define SYN (1 << 1)
#define RST (1 << 2)
+#define PSH (1 << 3)
#define ACK (1 << 4)
/* Flags for internal usage */