aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rx.h
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>2002-02-03 15:59:42 +0000
committerNathan Neulinger <nneul@umr.edu>2002-02-03 15:59:42 +0000
commit5b0fe2e2ef5dde3cc432c451ee8262a49e825abf (patch)
treef33b5edb88461dea3c81d7ac01becc6dcba5761b /packet-rx.h
parent494f2f0a88713f4321bad2b8881b617a19ed8547 (diff)
add packet flag for slow-start/jumbogram
svn path=/trunk/; revision=4688
Diffstat (limited to 'packet-rx.h')
-rw-r--r--packet-rx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-rx.h b/packet-rx.h
index 187af98d04..17b6d5b18c 100644
--- a/packet-rx.h
+++ b/packet-rx.h
@@ -1,7 +1,7 @@
/* packet-rx.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet-rx.h,v 1.7 2001/08/20 02:11:13 guy Exp $
+ * $Id: packet-rx.h,v 1.8 2002/02/03 15:59:42 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -62,6 +62,7 @@ struct rxinfo {
#define RX_LAST_PACKET 4
#define RX_MORE_PACKETS 8
#define RX_FREE_PACKET 16
+#define RX_SLOW_START_OR_JUMBO 32
#define RX_ACK_TYPE_NACK 0
#define RX_ACK_TYPE_ACK 1