[bwm-tools-devel] COMMIT - r86 - trunk/include
Brought to you by:
nkukard
|
From: <sv...@li...> - 2006-03-06 09:38:36
|
Author: nkukard
Date: 2006-03-06 09:37:53 +0000 (Mon, 06 Mar 2006)
New Revision: 86
Modified:
trunk/include/ipq.h
Log:
* Decreased buffer to 2k, we can only handle MTU == 1500 at present
Modified: trunk/include/ipq.h
===================================================================
--- trunk/include/ipq.h 2006-03-06 09:35:39 UTC (rev 85)
+++ trunk/include/ipq.h 2006-03-06 09:37:53 UTC (rev 86)
@@ -35,8 +35,7 @@
#include "libipq.h"
-#define IPQ_BUFSIZE 4096
-#define IP_PACKET_SIZE 20
+#define IPQ_BUFSIZE 2048
struct addr_t
{
|