cvs commit: src/sys/netgraph ng_ksocket.c
Alexander Motin
mav at FreeBSD.org
Tue Mar 11 19:03:35 UTC 2008
mav 2008-03-11 19:03:35 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/netgraph ng_ksocket.c
Log:
MFC rev. 1.61
Send only one incoming notification at a time to reduce queue
trashing and improve performance.
Remove waitflag argument from ng_ksocket_incoming2(), it means nothing
as function call was queued by netgraph.
Remove node validity check, as node validity guarantied by netgraph.
Update comments.
Revision Changes Path
1.60.2.1 +26 -32 src/sys/netgraph/ng_ksocket.c
More information about the cvs-src
mailing list