CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/03 07:22:40
Modified files:
sys/net : rtsock.c
Log message:
It is allowed to sleep in route_output() as we run in process context
and do no critical operations on global structures or per socket.
The route entry we are working on is reference counted. Call
malloc(9) with M_WAITOK and remove the NULL result checks.
OK mpi@
