summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-01-05 20:15:39 +0200
committerHanoh Haim <hhaim@cisco.com>2016-01-05 20:15:39 +0200
commit85d536eb822a7663c37658180efe85411f4148e3 (patch)
treea0d1d0ae92c56e971f3acfb2a929e9824b2ac570 /src/common
parent9e16960d1502524ae00df83e3d1c05ddbb2487c7 (diff)
random 9k works on 10gb nics
Diffstat (limited to 'src/common')
-rwxr-xr-xsrc/common/captureFile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/captureFile.h b/src/common/captureFile.h
index 9a522d83..16a6120b 100755
--- a/src/common/captureFile.h
+++ b/src/common/captureFile.h
@@ -35,7 +35,7 @@ typedef enum capture_type {
LAST_TYPE
} capture_type_e;
-#define MAX_PKT_SIZE (9*1024+22)
+#define MAX_PKT_SIZE (9*1024+22) /* 9k IP +14+4 FCS +some spare */
#define READER_MAX_PACKET_SIZE MAX_PKT_SIZE