[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ns] Re: traffic like HTTP/1.1
Thanks for kindly advice.
Now, as I'm also thinking interval time according to some distribution
(Ex. pareto), and I would like to operate each connection's window size,
so I would like to know another method. However, your advice helps me
very much. Thank you.
When using FullTcp as follows, it seems that no SYN packet are sent
after second document transfer through trace-all. Is it right?
If right, we can make similar persistent connection traffic to set
the start-time of transfer and transfer document size.
$ns at 1 "$tcp send 1500"
$ns at 1.01 "$tcp send 2000"
$ns at 5 "$tcp send 5000"
Please give me kindly advice.
Thank you very much.
Tatsuhiko;