[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: changing window size



On Tue, 02 Feb 1999 18:01:05 CST, Sid Takkella wrote: 
>Hi!
>
>I am intrested in the code that increases the window size (for a full tcp connection) during
>1) slow start 
>2) congestion control
>
>i am  checking the FullTcpAgent::recv() function in tcp-full.cc file, but could not yet locate the code that changes the window size.  can some one tell me if i am looking at the correct code or do i need to look some where else.
>

Some experiments in this area were done with ns's one-way tcp (since
at the time full tcp wasn't available).  For example, see
tcl/ex/many_tcp.tcl and it's option "init-win".  There is also
contributed code from Poduri and Nichols on the contrib code web page.

   -John Heidemann