Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Nov 2004 16:45:07 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_timer.c
Message-ID:  <200411231645.iANGj7FT052301@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2004-11-23 16:45:07 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_timer.c 
  Log:
  De-spl tcp_slowtimo; tcp_maxidle assignment is subject to possible
  but unlikely races that could be corrected by having tcp_keepcnt
  and tcp_keepintvl modifications go through handler functions via
  sysctl, but probably is not worth doing.  Updates to multiple
  sysctls within evaluation of a single addition are unlikely.
  
  Annotate that tcp_canceltimers() is currently unused.
  
  De-spl tcp_timer_delack().
  
  De-spl tcp_timer_2msl().
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.68      +11 -15    src/sys/netinet/tcp_timer.c



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