cvs commit: src/sys/sys eventhandler.h src/sys/kern kern_descrip.c
uipc_socket.c
Maxim Sobolev
sobomax at FreeBSD.org
Wed Mar 19 02:58:25 PDT 2008
sobomax 2008-03-19 09:58:25 UTC
FreeBSD src repository
Modified files:
sys/sys eventhandler.h
sys/kern kern_descrip.c uipc_socket.c
Log:
Revert previous change - it appears that the limit I was hitting was a
maxsockets limit, not maxfiles limit. The question remains why those
limits are handled differently (with error code for maxfiles but with
sleep for maxsokets), but those would be addressed in a separate commit
if necessary.
Requested by: rwhatson, jeff
Revision Changes Path
1.328 +3 -36 src/sys/kern/kern_descrip.c
1.307 +0 -1 src/sys/kern/uipc_socket.c
1.41 +0 -1 src/sys/sys/eventhandler.h
More information about the cvs-src
mailing list