Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Oct 2005 08:43:57 +0000 (UTC)
From:      Maxim Konovalov <maxim@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_subr.c
Message-ID:  <200510020843.j928hv0L039847@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
maxim       2005-10-02 08:43:57 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_subr.c 
  Log:
  o Teach sysctl_drop() how to deal with the sockets in TIME_WAIT state.
  This is a special case because tcp_twstart() destroys a tcp control
  block via tcp_discardcb() so we cannot call tcp_drop(struct *tcpcb) on
  such connections.  Use tcp_twclose() instead.
  
  MFC after:      5 days
  
  Revision  Changes    Path
  1.234     +5 -1      src/sys/netinet/tcp_subr.c



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