[ns] Trace the sequence number of received TCP packets

2008-11-22 Thread Davide
I'm using ns2 with nsmiracle extension. i've been already able to trace the congestion window (i'm exploiting some tips coming from nsmiracle samples). now i don't know how to trace the sequence number of received packets at the TCPSink any suggestion? BR Davide

[ns] puzzled about two kinds of flooding code

2008-11-22 Thread Phenix
Hi, all Can anybody tell me the differences of between $NS_HOME\sensor-nets\flood-agent.cc(h) and $NS_HOME\diffusion\flooding.cc(h) ? If I'd like to apply flooding technique for Vehicle Safety Communication, which should I choose? Regards, Phenix

[ns] tcl8.4.5 make failed!

2008-11-22 Thread Dr.Ahmed Mohamed
hello I installed fedora 6 then trying to install ns-allinone 2.28 i have the following error ./install: line 410: make: command not found tcl8.4.5 make failed! Exiting ... I don't know what to do please help be to solve this thanks in advance

[ns] DropTail information

2008-11-22 Thread Abfalterer A.
Hi all, for a RED queue I know that one can make a trace file by the attach command, for example set queue [$ns_ link $n1 $n2 queue] $queue attach [open red.tr w] Is there a possibility to get information about queue size, ect. fo a DropTail queue, too? I know (and I've already used) the

[ns] TCL Script - No Slot Error

2008-11-22 Thread Aniruddha Niranjan
Hi. I am implementing a new protocol over the NSIS module on ns-2. The source code has compiled successfully. Now, I am running a sample script. The output starts off properly (first 6 lines of output below) but then I am getting an error as follows. Please give me some hints about this

Re: [ns] TCL Script - No Slot Error

2008-11-22 Thread Waleed Tuffaha
Hello Aniruddha, I don't know about NSIS, but i had an error that might be similar. I was building a simple routing agent that at some point modified the IP header of the packet by changing the IP-destination-addr with the IP_BROADCAST address. And I forgot to restore the original IP