]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the add stream feature of strm-reset to really work:
authorRandall Stewart <rrs@FreeBSD.org>
Fri, 27 Feb 2009 20:54:45 +0000 (20:54 +0000)
committerRandall Stewart <rrs@FreeBSD.org>
Fri, 27 Feb 2009 20:54:45 +0000 (20:54 +0000)
commit8aae94933f9ba7055a74355a3f48e3e920e59d17
tree915dcbdc5a8a9a013baf1f350b5bf6e37cabb3df
parentc72ae1423b6f824552d0a855eba3d5b08e46a062
Fix the add stream feature of strm-reset to really work:
 - Fix the copy, we can't do a blind copy but must transfer
   the data from the old to the new.
 - Fix the ACK processing so we properly stop retransmitting
   the thing.
 - Fix it so if we get a retran we will properly reply with
   the saved response without doing anything.

MFC after: 1 month
sys/netinet/sctp_crc32.c
sys/netinet/sctp_input.c
sys/netinet/sctp_output.c
sys/netinet/sctp_output.h
sys/netinet/sctp_usrreq.c