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

[ns] ns binding again



When I try to feed to ns the following script:

>>set tcp [new Agent/TCP/FullTcp]

(all these classes are built in, I did not add anything. The script line
itself
appears more than once in the Manual)
ns issues the famous warning:

    warning: no class variable Agent/TCP/FullTcp::off_tcp_
    see tcl-object.tcl in tclcl for info about this warning.
    warning: no class variable Agent/TCP/FullTcp::off_cmn_

I have read the referred comment, but in this case it explains nothing.
Any suggestions?