CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/08/07 11:43:37
Modified files:
sys/kern : uipc_socket.c
Log message:
don't wait for a free mbuf cluster in sosend() and enter the existing
error handler that was never used before. this fixes a bug that a
userland process might hang if the system ran out of mbuf clusters or
even other unexpected behaviour in the network drivers.
this bug is very old - it is also found in rev 1.1/stevens v2/44lite2/...
discussed with many
ok markus@ thib@ dlg@