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

Re: address format changing hasn't completed? (fwd)



Guo,

You should not have a problem.  The addr_ variables in the Tcl files
you mention point to node addresses.  If an addr_ is part of an agent,
it is bound to here_.addr_ of the associated C++ shadow object.

Nader


Guo> I just refreshed my ns source-code to the current version.  As
Guo> what I understood, the file agent.cc and agent.h had been
Guo> modified to accommondate the 32 bit addressing. So there's no
Guo> "addr_" variable no more, it has been replaced by
Guo> "here_". However, the remaining files in TCL
Guo> (e.g. route-proto.tcl) are still using "addr_", so if you specify
Guo> your routing protocol to be DV, you've got problem.  Am I right?

Guo> If so, could someone tell me how many files other than
Guo> route-proto.tcl should be modified accordingly, since I didn't
Guo> read all of the codes. Thanks!


Guo> Guo, Liang.