Hello everybody,
                            i would like to know the corresponding variable
in ns for limiting TCP tx windowsize to , say Wmax packets.
once the cwnd_ variable reaches this value, it should not exceed furthur.

I tried like this in my TCL script..

$tcp set window_   Wmax
 but its not working.
when i tried with Wmax =10, in my simulation , cwnd_   is  going beyond 10.
Then i tried again as follows:

$tcp set window_      Wmax
$tcp set maxcwnd_  Wmax

In this case, cwnd_  is  exceeding above Wmax  less no of  times compared
to  the  1st case. But still its exceeding Wmax.
I would like to know which is the right variable in ns2 for sender's window
limitation.
Please help me , if anybody knows...
Thanks in advance.......

-- 
Regards
Anand Kunde

" A man's reach should exceed his grasp, or what are the heavens for ? "
                                          --Vinton G. Cerf

Reply via email to