Date: Mon, 6 Nov 2006 14:34:21 +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_pcb.c Message-ID: <200611061434.kA6EYL3O019759@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs         2006-11-06 14:34:21 UTC
  FreeBSD src repository
  Modified files:
    sys/netinet          sctp_pcb.c 
  Log:
  This changes tracks down the EEOR->NonEEOR mode failure
  to wakeup on close of the sender. It basically moves
  the return (when the asoc has a reader/writer) further
  down and gets the wakeup and assoc appending (of the
  PD-API event) moved up before the return.  It also
  moves the flag set right before the return so we can
  assure only once adding the PD-API events.
  
  Approved by:    gnn
  
  Revision  Changes    Path
  1.5       +66 -56    src/sys/netinet/sctp_pcb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611061434.kA6EYL3O019759>
