Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jun 2010 16:09:12 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet sctp_pcb.c
Message-ID:  <201006061609.o56G9SOh096130@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2010-06-06 16:09:12 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp_pcb.c 
  Log:
  SVN rev 208875 on 2010-06-06 16:09:12Z by rrs
  
  Fix a bug in the sctp_inpcb_free. Basically if the socket
  was setup to do an abortive close an association that was
  in the accept_queue could get stuck and never freed. Now
  we properly start the kill timer on the socket and turn
  off the flag (same thing we do for the graceful close method).
  MFC after:      1 week
  
  Revision  Changes    Path
  1.103     +4 -0      src/sys/netinet/sctp_pcb.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006061609.o56G9SOh096130>