Date: Tue, 11 May 2010 17:02:29 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet sctp_constants.h sctp_input.c sctp_pcb.c sctp_usrreq.c Message-ID: <201005111702.o4BH2rxe046085@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2010-05-11 17:02:29 UTC
FreeBSD src repository
Modified files:
sys/netinet sctp_constants.h sctp_input.c sctp_pcb.c
sctp_usrreq.c
Log:
SVN rev 207924 on 2010-05-11 17:02:29Z by rrs
This fixes a bug with the one-2-one model socket when a
user sets up a socket to a server sends data and closes
the socket before the server has called accept(). It used
to NOT work at all. Now we add a flag to the assoc and
defer assoc cleanup so that the accept will suceed.
Revision Changes Path
1.49 +1 -0 src/sys/netinet/sctp_constants.h
1.91 +10 -2 src/sys/netinet/sctp_input.c
1.99 +5 -4 src/sys/netinet/sctp_pcb.c
1.75 +6 -1 src/sys/netinet/sctp_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005111702.o4BH2rxe046085>
