CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/15 06:40:42
Modified files:
sys/netinet : in_pcb.c in_pcb.h in_proto.c
Log message:
Initialize struct inpcb pool not on demand, but during initialization.
Removes a global variable and avoids MP problems.
OK mpi@ visa@
