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

Problem setting max advertised window





Hi,

I'm trying to set the max advertised window for TCP-Reno using
$tcp set window_ 
or
Agent/TCP/Reno set window_ 

The problem I'm having is that the window grows without bound (until
buffer overflow at some huge value). 

I changed the file tcp.cc to make it print maxcwnd_ during run time. The
value printed was 0 (the default value), meaning that the max window is
not set up, which is not the case.It seems as if the command 
bind("maxcwnd_", &maxcwnd_);
in tcp.cc is not working. Can this be a problem with my installation of
ns-2.1b5?

Thanks is advance for your suggestions.

Hussein.