cvs commit: src/sys/netinet sctp_output.c sctp_usrreq.c
Randall Stewart
rrs at FreeBSD.org
Tue Dec 4 12:20:43 PST 2007
rrs 2007-12-04 20:20:42 UTC
FreeBSD src repository
Modified files:
sys/netinet sctp_output.c sctp_usrreq.c
Log:
- More fixes for the non-blocking msg send, had the skip of the pre-block
test incorrect.
- Fix the initial buf calculation to be more friendly, calc is the same
but we use different variable to make it easier amongst the different
code versions.
MFC after: 1 week
Revision Changes Path
1.64 +4 -3 src/sys/netinet/sctp_output.c
1.51 +1 -1 src/sys/netinet/sctp_usrreq.c
More information about the cvs-src
mailing list