cvs commit: src/sys/netinet sctp_pcb.c
Randall Stewart
rrs at FreeBSD.org
Sun Jun 17 19:27:47 UTC 2007
rrs 2007-06-17 19:27:47 UTC
FreeBSD src repository
Modified files:
sys/netinet sctp_pcb.c
Log:
Back out last change to inpcb_free. Turns out we need
to hold off freeing if there is data pending ... someone
might do send/close. Which means we want the data to
go and then close it after startup. Added comments to
the code as well to note that this is done for a reason.
Revision Changes Path
1.43 +14 -3 src/sys/netinet/sctp_pcb.c
More information about the cvs-src
mailing list