Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 May 2010 16:42:52 +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:  <201005161643.o4GGhEOV044925@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2010-05-16 16:42:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/netinet          sctp_constants.h sctp_input.c sctp_pcb.c 
                         sctp_usrreq.c 
  Log:
  SVN rev 208154 on 2010-05-16 16:42:52Z by rrs
  
  MFC of 207924:
  
  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 succeed
  
  Revision   Changes    Path
  1.44.2.5   +1 -0      src/sys/netinet/sctp_constants.h
  1.82.2.10  +10 -2     src/sys/netinet/sctp_input.c
  1.85.2.10  +5 -4      src/sys/netinet/sctp_pcb.c
  1.67.2.9   +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?201005161643.o4GGhEOV044925>