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]
> set queue01 [$link01 queue]
>
> set link12[$ns simplex-link $n1 $n2 512Kb 0ms DropTail]
> set queue12 [$link12 queue]
>
> ----------------------------------------------------------------------------------
>
> when launching the execution this error message is shown
>
>
> ---------------------------------------------------------------------------------
> unknown command "_o47 _o57"
> when executing "$link12 queue"
>
> ----------------------------------------------------------------------------------
>
> This means that the first command "$link01 queue" worked well but not the
> second one.
> The more funny is that when I delete the first two lines, there isn't any
> problem.
>
> Can anybody help to solve this problem?
> Ah, this problem appears with both ns-2.27 and ns-2.28 versions
>
> Thanks a lot!
>
>
>
>
>
> --
> View this message in context:
> http://www.nabble.com/Problem-with-the-%22queue%22-command-tf2221427.html#a6154133
> Sent from the ns-users forum at Nabble.com.
>
>

Reply via email to