summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-08-17 13:53:08 -0300
committerRenato Botelho <renato@netgate.com>2015-08-17 13:53:08 -0300
commit309b6af17fca036e4818040aa67b13409e0ad27e (patch)
tree50b9b8bfecc50fc7c0c273ecda73b8a41ecd15da
parent9b3c3fc58b6b3162259b33fc56746f42a48e0301 (diff)
downloadFreeBSD-src-309b6af17fca036e4818040aa67b13409e0ad27e.zip
FreeBSD-src-309b6af17fca036e4818040aa67b13409e0ad27e.tar.gz
Importing pfSense patch ifqueue_maxlen.diff
-rw-r--r--sys/net/if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if.h b/sys/net/if.h
index 04bd1f1..9e1da02 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -245,7 +245,7 @@ struct if_data {
#define IFCAP_CANTCHANGE (IFCAP_NETMAP)
-#define IFQ_MAXLEN 50
+#define IFQ_MAXLEN 128
#define IFNET_SLOWHZ 1 /* granularity is 1 second */
/*
OpenPOWER on IntegriCloud