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

[ns] Question about TCP reset



Dear NS users,
I have a question about: in TcpAgent::reset() method we can find the
following line:

	ssthresh_ = int(wnd_);

Can someone tell me why we have to set the ssthreshold with the receiver
advertised window?
Thanks a lot.
Bye and good work.
Federico Orlandini