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

[ns] link question



Hi all,
 
I want to use the following topology for my TCP-simulations:
 
s1---
       \
s2--- ----r0---- ...
 .     /
 .     /
sn---/
 
Several source links (s1..sn) are connected to one router (r0).
 
When I create a link (a duplex-link for instance), ns always creates a queue for this link.
For 5 sources I get 5 queues.
 
I can use just one source link and apply several TCP Agents then I get only one queue:
 
s1 ----r0--- ...
 
But that doesn't help, because I want to study the behavior of that single queue under
different propagation delays of s1...sn.
 
So, I need to have more than one source link AND only one queue at r0!
Can different links share one common queue?
 
Any help is appreciated!
 
 
Chris