[ns] Problem with the queue command

2006-09-06 Thread fafou
Hi everybody, I have written these two lines of tcl code: -- set link01 [$ns simplex-link $n0 $n1 512Kb 0ms DropTail] set queue01 [$link01 queue] set link12[$ns simplex-link $n1 $n2 512Kb 0ms DropTail] set queue12

Re: [ns] Problem with the queue command

2006-09-06 Thread Santosh Pandey
Prob a space after link12 would help. Santosh. On 9/5/06, fafou [EMAIL PROTECTED] wrote: Hi everybody, I have written these two lines of tcl code: -- set link01 [$ns simplex-link $n0 $n1 512Kb 0ms DropTail]

Re: [ns] Problem with the queue command

2006-09-06 Thread Pedro Vale Estrela
Subject: [ns] Problem with the queue command Hi everybody, I have written these two lines of tcl code: -- set link01 [$ns simplex-link $n0 $n1 512Kb 0ms DropTail] set queue01 [$link01 queue] set link12[$ns

Re: [ns] Problem with the queue command

2006-09-06 Thread Pedro Vale Estrela
: Re: [ns] Problem with the queue command Thank you for repliying but the space char before [ is only missing in the mail I wrote and not in the source file. So, the problem persists. Thanks Pedro Vale Estrela wrote: Use set link12 [$ns simplex-link $n1 $n2 512Kb 0ms