Date: Sun, 17 Jun 2007 01:36:02 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet sctp_input.c sctp_output.c sctp_pcb.c src/sys/netinet6 sctp6_usrreq.c Message-ID: <200706170136.l5H1a29d096860@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2007-06-17 01:36:02 UTC
FreeBSD src repository
Modified files:
sys/netinet sctp_input.c sctp_output.c sctp_pcb.c
sys/netinet6 sctp6_usrreq.c
Log:
- For sctp_input/sctp6_input add announcment when a packet arrives (debug)
- re-factor the packet drop in sctp_output a bit more, we don't need the
trim after all, but the size calc is now corrected.
- When a assoc is in the COOKIE-ECHO/COOKIE-WAIT state and the user
closes, it should not matter if data is queued, the assoc should be
purged.
- In error leg a missing free_chunk when iph comes in NULL (should not
happen but just in case).
Revision Changes Path
1.43 +2 -0 src/sys/netinet/sctp_input.c
1.41 +3 -4 src/sys/netinet/sctp_output.c
1.42 +2 -4 src/sys/netinet/sctp_pcb.c
1.29 +3 -0 src/sys/netinet6/sctp6_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706170136.l5H1a29d096860>
