[ns] destructors in ns2

2007-10-02 Thread alice feather
hello ! i am confused..using gdb i found out that destructors in c++ are never called...Is this right? i mean shouldn't for example nodes's destructor be called? After the simulation is over, the memory must be deallocated...but it doesn't..Please give me a hint here.

[ns] how to send text-file as payload !!!

2007-06-14 Thread alice feather
Hello ns-users! I really need your help and experience here. I want to send a text-file (simple text) as payload in a packet. Can it be done? What should i do? Should i determine new AppData such us MyData: public AppData or is there a way just to put the text-file in the PacketData? So far i ju

[ns] input a file in a packet

2007-06-14 Thread alice feather
Hello ns-users! I really need your help and experience here. I want to send a text-file (simple text) as payload in a packet. Can it be done? What should i do? Should i determine new AppData such us MyData: public AppData or is there a way just to put the text-file in the PacketData? So far i ju

Re: [ns] How to interpre the packet delay of tcp transmission

2007-04-11 Thread Alice
Send me all your files i will respond you soon bye sivagami amirthalingam wrote: > > > HEllo > I am a new user for NS2. I am using NS2.29 . I have > simulated wireless network with 2 nodes at a distance > of 200m. I have generated TCP traffic frrom FTP and > node0 is sending to node1. I have