>  > The question that immediately comes to mind is, why not simply use
>  > as big a value as possible?  The problem comes down to buffering
>  > the data, and busy servers may have to buffer a lot of data.  Having
>  > a 1 meg window size may have you buffer 1 meg per connection.  Note
>  > that FreeBSD's current buffer management is particularly stupid in
>  > that it will _always_ buffer 1 Meg, need it or not.  Until we fix
>  > this we need an interim solution.
>  > 
> 
> I thought that I heard a few months ago that Matt Dillon was looking
> at ways to dynamically size tcp windows from within the kernel.  Maybe
> I'm on crack.

You're not on crack, I don't know if it was Matt Dillon, but someone was
doing this, I was using the patches for about a month to test them out.

Ken
> 
> Maybe we should look at the Dynamic Righsizing work being done at
> LANL.  See "Dynamic Adjustment of TCP Window Sizes" and 
> "Dynamic Right-Sizing: A Simulation Study" at
> http://public.lanl.gov/radiant/publications.html 
> 
> Cheers,
> 
> Drew
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-hackers" in the body of the message
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to