svn commit: r189790 - head/sys/netinet

Kostik Belousov kostikbel at gmail.com
Sat Mar 14 09:06:51 PDT 2009


On Sat, Mar 14, 2009 at 01:42:14PM +0000, Randall Stewart wrote:
> Author: rrs
> Date: Sat Mar 14 13:42:13 2009
> New Revision: 189790
> URL: http://svn.freebsd.org/changeset/base/189790
> 
> Log:
>   Fixes several PR-SCTP releated bugs.
>    - When sending large PR-SCTP messages over a
>      lossy link we would incorrectly calculate the fwd-tsn
>    - When receiving large multipart pr-sctp packets we would
>      incorrectly send back a SACK that would renege improperly
>      on already received packets thus causing unneeded retransmissions.

With this commit, I get
/usr/home/kostik/work/build/bsd/DEV/src/sys/netinet/sctp_indata.c: In function 'sctp_express_handle_sack':
/usr/home/kostik/work/build/bsd/DEV/src/sys/netinet/sctp_indata.c:4772: error: 'struct sctp_data_chunkrec' has no member named 'fwd_tsn_cnt'
/usr/home/kostik/work/build/bsd/DEV/src/sys/netinet/sctp_indata.c:4773: error: 'struct sctp_data_chunkrec' has no member named 'fwd_tsn_cnt'
/usr/home/kostik/work/build/bsd/DEV/src/sys/netinet/sctp_indata.c:4775: error: 'struct sctp_data_chunkrec' has no member named 'fwd_tsn_cnt'
...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-all/attachments/20090314/b86be7cb/attachment.pgp


More information about the svn-src-all mailing list