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 */