Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Dec 2001 10:26:52 -0800 (PST)
From:      Mike Silbersack <silby@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_output.c
Message-ID:  <200112141826.fBEIQq825611@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
silby       2001/12/14 10:26:52 PST

  Modified files:
    sys/netinet          tcp_output.c 
  Log:
  Reduce the local network slowstart flightsize from infinity to 4 packets.
  
  Now that we've increased the size of our send / receive buffers, bursting
  an entire window onto the network may cause congestion.  As a result,
  we will slow start beginning with a flightsize of 4 packets.
  
  Problem reported by: Thomas Zenker <thz@Lennartz-electronic.de>
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.59      +1 -1      src/sys/netinet/tcp_output.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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