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

[ns] send more TCP segment



Hi all,
I am working on TCP congestion control
I am experimenting new windows algorithm. Morover I would like to
increase the congestion window when I receive a dupack or a timeout
expiration.
I am able to increase the variables ssthresh_ or cwnd_ but the TCP does
not transmit the packets that I expect when I do this settings.
Why?
Thanks
Alfredo