CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/10 09:44:30
Modified files:
sys/kern : kern_sysctl.c
sys/net : pf.c
sys/netinet : udp_usrreq.c udp_var.h
Log message:
Split UDP PCB table into IPv4 and IPv6.
Having two hash tables instead of a common one, reduces table size
and contention on the per table lock. The address family is always
known in advance. The lookups and loops are more specific.
OK sashan@
