cvs commit: src/sys/netinet sctp_pcb.c

Randall Stewart rrs at FreeBSD.org
Mon Nov 6 14:34:21 UTC 2006


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


More information about the cvs-all mailing list