I wonder whether it is possoble to use one or more DelayBoxes together with the 
hierarchical address format.

I have a ns-2 setup with two DelayBoxes inside. I create them with the command:
set delayBox1 [$ns DelayBox 0.2.1]
and
set delayBox2 [ $ns DelayBox 0.2.2]

After starting the simulation I always get the following error: 
str2addr:Address 7239534 outside range of address field length 256.

When I replace the DelayBoxes with normal nodes:

set delayBox1 [$ns node 0.2.1]
set delayBox2 [ $ns node 0.2.2]

there is no error anymore and the simulation runs a intend, except the 
DelayBoxes.

Does anybody know whether there is a general problem when using DelayBoxes with 
hier-adddres?

My system:

Ubuntu Linux 9.04, ns-2 2.34 allinone

Thanks a lot

Andreas



Reply via email to