cvs commit: src/sys/netinet ip_dummynet.c
Oleg Bulyzhin
oleg at FreeBSD.org
Sun Oct 29 12:09:26 UTC 2006
oleg 2006-10-29 12:09:25 UTC
FreeBSD src repository
Modified files:
sys/netinet ip_dummynet.c
Log:
- Use non-recursive mutex. MTX_RECURSE is unnecessary since rev. 1.70
- Pay respect to net.isr.direct: use netisr_dispatch() instead of ip_input()
Reviewed by: glebius, rwatson
- purge_flow_set():
- Do not leak memory while purging queues which are not bound to pipe.
- style(9) cleanup
MFC after: 2 months
Revision Changes Path
1.105 +32 -35 src/sys/netinet/ip_dummynet.c
More information about the cvs-src
mailing list