Hi everybody,

I'm trying to repeat the experiment done by "J Broch,
DA Maltz, DB Johnson, YC Hu, J Jetcheva" in "A
Performance Comparison of Multi-Hop Wireless Ad Hoc
Network Routing Protocols". They set the queue length
for data packets to 50. And they also set a separate
queue for routing packets to 50. However, I am
wondering how to set this second queue.

I set the node parameters with:

$ns_ node-config -adhocRouting $opt(adhocRouting) \
           -llType $val(ll) \
           -macType $val(mac) \
           -ifqType $val(ifq) \
           -ifqLen $val(ifqlen) \
           -antType $val(ant) \
           -propType $val(prop) \
           -phyType $val(netif) \
           -channelType $val(chan) \
           -topoInstance $topo \
                       -agentTrace ON \
           -routerTrace ON \
           -macTrace OFF \
           -movementTrace ON

Where $val(ifqlen) is equal to 50. I checked the
source code to see what happens when the node is
created, but I got no clues. Should I set the ifqlen
to 100?

Thank you very much in advance.

Best regards,

--
Xesc Arbona


                
______________________________________________ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com

Reply via email to