Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2001 14:58:53 -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:  <200112172258.fBHMwrx36899@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
silby       2001/12/17 14:58:53 PST

  Modified files:        (Branch: RELENG_4)
    sys/netinet          tcp_output.c 
  Log:
  MFC rev 1.59
  
    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>
  
  Revision   Changes    Path
  1.39.2.14  +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?200112172258.fBHMwrx36899>