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

Re: [ns] traffic like HTTP/1.1



If you don't care much about document inter-arrival time 
you can approximate this by using web-traffic.tcl, where
you set $pageSize = 1 and $objSize = <the total size of
documents in one page>

Kun-chan Lan

On Mon, 8 Oct 2001, Tatsuhiko wrote:

> Hi;
> 
> I would like to use the TCP traffic like HTTP/1.1 (persistent connection).
> That is, when I use the Agent of FullTCP, I would like to send the 
> document after one document has sent without cutting connection and 
> re-connecting. Which is the best way to simulate that traffic?
> I tried to contributed code linked at ns-contributed page, however,
> I can't work it.
> I'm very happy kindly advice.
> 
> Thanks;
> 
> Tatsuhiko
>