summaryrefslogtreecommitdiff
path: root/sys/netinet/udp_usrreq.c
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2008-07-26 23:07:34 +0000
committerAlexander Motin <mav@FreeBSD.org>2008-07-26 23:07:34 +0000
commite2ed8f35143f38fc0b6061309c14fc79898544b0 (patch)
tree402894904ef18c5fda0bf492a4278f8b77fab4f8 /sys/netinet/udp_usrreq.c
parent0ca3b0967b7f3acb6d90aad2cf83b5327d0c36f8 (diff)
Notes
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
-rw-r--r--sys/netinet/udp_usrreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c
index 29015d3a5f7c..715599e8b6a1 100644
--- a/sys/netinet/udp_usrreq.c
+++ b/sys/netinet/udp_usrreq.c
@@ -132,7 +132,7 @@ struct inpcbhead udb; /* from udp_var.h */
struct inpcbinfo udbinfo;
#ifndef UDBHASHSIZE
-#define UDBHASHSIZE 16
+#define UDBHASHSIZE 128
#endif
struct udpstat udpstat; /* from udp_var.h */