Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2001 09:36:29 -0700
From:      Terry Lambert <tlambert2@mindspring.com>
To:        Matt Dillon <dillon@earth.backplane.com>
Cc:        Leo Bicknell <bicknell@ufp.org>, Julian Elischer <julian@elischer.org>, Drew Eckhardt <drew@PoohSticks.ORG>, hackers@FreeBSD.ORG
Subject:   Re: Network performance tuning.
Message-ID:  <3B53180D.F73197A2@mindspring.com>
References:  <200107130128.f6D1SFE59148@earth.backplane.com> <200107130217.f6D2HET67695@revolt.poohsticks.org> <20010712223042.A77503@ussenterprise.ufp.org> <200107131708.f6DH8ve65071@earth.backplane.com> <3B515097.6551A530@elischer.org> <20010715103334.A64293@ussenterprise.ufp.org> <200107151705.f6FH5Gd08326@earth.backplane.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Matt Dillon wrote:
>     Also, the algorithm is less helpful when it has to figure out the
>     optimal transmit buffer size for every new connection (consider a web
>     server).  I am considering ripping out the ssthresh junk from the stack,
>     which does not work virtually at all, and using the route table's
>     ssthresh field to set the initial buffer size for the algorithm.

The "state of the art" for initial window size is flow monitoring
at the next hop router, with feedback to the host system.

A gross approximation is called "fast start".  ClickArray has a
patch for this, which could potentially be released back to
FreeBSD; I will check with TPTB... it's a pretty trivial version
of the RFC'ed initial window scaling.

-- Terry

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




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