Date: Sun, 17 Jan 2010 21:00:28 +0000 (UTC) From: Michael Tuexen <tuexen@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet sctp_header.h sctp_indata.c sctp_indata.h sctp_input.c sctp_output.c sctp_structs.h Message-ID: <201001172100.o0HL0a4o023235@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tuexen 2010-01-17 21:00:28 UTC FreeBSD src repository Modified files: sys/netinet sctp_header.h sctp_indata.c sctp_indata.h sctp_input.c sctp_output.c sctp_structs.h Log: SVN rev 202526 on 2010-01-17 21:00:28Z by tuexen Get rid of a lot of duplicated code for NR-SACK handle. Generalize the SACK to code handle also NR-SACKs. Revision Changes Path 1.10 +0 -8 src/sys/netinet/sctp_header.h 1.68 +153 -1857 src/sys/netinet/sctp_indata.c 1.12 +5 -12 src/sys/netinet/sctp_indata.h 1.86 +74 -53 src/sys/netinet/sctp_input.c 1.101 +9 -13 src/sys/netinet/sctp_output.c 1.36 +0 -2 src/sys/netinet/sctp_structs.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001172100.o0HL0a4o023235>