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

[ns] Re: your mail



You need to attach each flow to different sinks. Otherwise there shouldnt
be any problem. Look at the chapter on TCP agents in the manual for more
details. 

This should work

set tcpsrc1 ....
set tcpsrc2 ....
set tcpsink1 ....
set tcpsink2 ....

then attach src1 and sink2 to n1, src2 sink1 to n3 and connect src1 sink1
and src2 sink2.

Debo

On Sun, 10 Sep 2000, Kaleelazhicathu R R Kumar wrote:

> hi all,
>    what should i do to send two different flows from two nodes
> simultaneously??ie consider the simple topo.
>     
>     n1--------n2 
>               |   
>               |
>               |
>               |
>               n3
> 
> the flows from n1 and n2 seems to be  mutually exclusive.ie, when one
> send packets, the other stops.i have set the time for starting both the flows as same.is there any other parameter i
> need to set to make the flows from both the nodes to be
> flowing simultaneously??
>       thanks
>       Renjish.
> 
>