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

RE: [ns] Does Droptail have infinite queue?



Title: RE: [ns] Does Droptail have infinite queue?

Hi,

No, Droptail does not have an infinite queue. The size is limited by the limit_ parameter. I think the default is 20.

As far as why you can't get 500 Mbps. Your maximum obtainable bandwidth in TCP is limited by your RTT and window size (a configurable parameter in ns).

max bandwidth = (packet size * window size)/RTT

Assuming you are using the default packet and window size, this should limit you to about 3 to 4 Mbps for your particular topology.

The default packet size for ns is 1000 bytes and the default window size is 20.

Hope this helps.

Cheers!
Mandeep