Subject: Re: kern/9085: enabling RFC1323 support causes some TCP connectionsto stall
To: None <mallman@grc.nasa.gov>
From: Kevin Lahey <kml@logictier.com>
List: tech-net
Date: 02/28/2000 18:42:29
In message <200002290224.VAA03850@lawyers.lerc.nasa.gov>Mark Allman writes
>
>The ideal TCP in my head has autotuned socket buffers and some new
>"large window extension" that is not like RFC1323 at all.  What we
>really want to do is to be able to turn on the large window
>extensions when we need them (i.e., when cwnd exceeds 64KB), not at
>the beginning of the transfer.

I'm with you there!  Window scaling has repeatedly screwed me over
the years because you can only set it at SYN time.  This means that
if you start something out of inetd.conf, you have to set the window
size before the app even starts (fortunately, Jason added options to
inetd to do this).  Very ugly.

Changing timestamps and window scaling on the fly would be great!

Kevin
kml@logictier.com