Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Aug 2010 20:40:55 +0000 (UTC)
From:      Andre Oppermann <andre@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet tcp_subr.c
Message-ID:  <201008142041.o7EKf9mW088109@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
andre       2010-08-14 20:40:55 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_subr.c 
  Log:
  SVN rev 211315 on 2010-08-14 20:40:55Z by andre
  
  Disable TCP inflight limiter by default.
  
  It was experimental and interferes with the normal congestion control
  algorithms by instating a separate, possibly lower, ceiling for the
  amount of data that is in flight to the remote host.  With high speed
  internet connections the inflight limit frequently has been estimated
  too low due to the noisy nature of the RTT measurements.
  
  This code gives way for the upcoming pluggable congestion control
  framework.  It is the task of the congestion control algorithm to
  set the congestion window and amount of inflight data without external
  interference.
  
  Reviewed by:    lstewart
  MFC after:      1 week
  Removal after:  1 month
  
  Revision  Changes    Path
  1.358     +1 -1      src/sys/netinet/tcp_subr.c



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