Re: [ns] is "address_" the routing address of a node?

2006-03-31 Thread Pedro Vale Estrela
de Março de 2006 20:50 > To: ns-users@ISI.EDU > Subject: [ns] is "address_" the routing address of a node? > > > I have added the following code in the OTcl > implementation of Node. > > Node instproc set-address addr { > $self instvar address_ >

[ns] is "address_" the routing address of a node?

2006-03-30 Thread Ghirmay Desta
I have added the following code in the OTcl implementation of Node. Node instproc set-address addr { $self instvar address_ set address_ $addr } During simulation I am using it to change the address of a node. Eventhough the node address is getting changed to new value, the nod