Date: Wed, 17 Jun 2009 12:34:56 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet sctp.h sctp_indata.c sctp_input.c sctp_output.c Message-ID: <200906171235.n5HCZJgl058639@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2009-06-17 12:34:56 UTC FreeBSD src repository Modified files: sys/netinet sctp.h sctp_indata.c sctp_input.c sctp_output.c Log: SVN rev 194355 on 2009-06-17 12:34:56Z by rrs Changes to the NR-Sack code so that: 1) All bit disappears 2) The two sets of gaps (nr and non-nr) are disjointed, you don't have gaps struck in both places. This adjusts us to coorespond to the new draft. Still to-do, cleanup the code so that there are only one set of sack routines (original NR-Sack done by E cloned all sack code). Revision Changes Path 1.29 +0 -3 src/sys/netinet/sctp.h 1.62 +131 -205 src/sys/netinet/sctp_indata.c 1.82 +1 -9 src/sys/netinet/sctp_input.c 1.88 +0 -7 src/sys/netinet/sctp_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906171235.n5HCZJgl058639>