Re: [ns] code omitted because of length

2007-05-26 Thread girma
please Make clean and make it again. wjw7869 wrote: > > > > hi all, > when I modified ns-lib.tcl and make ,I meet a error information > about ns: > [code omitted because of length] > : can't read "addressType_": no such variable > while executing > "string compare $addressType_

Re: [ns] Where is the interface between Agent and Node?

2007-05-26 Thread Timo Reimann
Wang Ivan wrote: > I traced the C++ source code for Agents and found that packets sent by an > agent is directly passed to the target agent ( target_->recv(p,h) ) rather > than to the lower layer. For real TCP/IP, packets should be passed down to > the physical layer, sent to the target, and then

Re: [ns] Compiling ns on Windows Vista

2007-05-26 Thread Arnaud Legout
Hi, I eventually succeeded compiling ns. It was pretty tricky, and I have no clue why it was such a pain (apart from using cygwin on vista, which is admittedly the hard way to proceed) Here is what I did: I installed tcl8.4.15 and it compiled smoothly with cygwin. Then I installed tk8.4.15 and t