[ns] "make" problem after LEACH installation

2006-07-13 Thread Jeannie Lee
After I installed the LEACH protocol and do '"make". it pops out the following information: Entering directory '/./ns-2.29/indep-utils/cmu-scen/gen/setdest' make[1]: Nothing to be done for 'all' make[1]:Leaving directory '/./ns-2.29/indep-utils/cmu-scen/gen/setdest' and so does other direc

[ns] TCP configuration: how receiver window is defined

2006-06-09 Thread Jeannie Lee
Does ns supports the equation: threshold of sending window= Min[rwnd, cwnd] what are rwnd and cwnd responding to in TCL variables? -- USTC Alumni Email System

[ns] [help]how to limit number of hops in ad hoc scene

2006-06-09 Thread Jeannie Lee
thx -- USTC Alumni Email System

[ns] can't generate new NS executable file after re-compiling

2006-04-20 Thread Jeannie Lee
i am using cygin+ns2.29 when after doing make clean make depend make But i can;t get the new ns.exe what's the possible problem? thx a lot -- USTC Alumni Email System

Re: [ns] problem occuring when adding a new TCP agent

2006-04-18 Thread Jeannie Lee
> prachi, thx a lot. I did exactly what u said. > the error information is: invalid command name "Agent/TCP/Ptcp" while executing "Agent/TCP/Ptcp create _o140" invoked from within > and surely i had added: > static class PtcpTcpClass : public TclClass {public: PtcpTcpClass() : TclClass("Agent/TC