Changes between Version 9 and Version 10 of NewDelayNodeNs


Ignore:
Timestamp:
Nov 15, 2011 5:34:09 PM (12 years ago)
Author:
alwabel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewDelayNodeNs

    v9 v10  
    1919}}}
    2020
     21By swapping an experiment with the above NS file and pinging nodeB from nodeA, you would get something like the following:
     22{{{
     23ping nodeb -c 100
     24PING nodeB-lan1 (10.1.1.3) 56(84) bytes of data.
     2564 bytes from nodeB-lan1 (10.1.1.3): icmp_seq=3 ttl=64 time=60.1 ms
     2664 bytes from nodeB-lan1 (10.1.1.3): icmp_seq=6 ttl=64 time=60.1 ms
     27.....
     28.....
     29.....
     30.....
     3164 bytes from nodeB-lan1 (10.1.1.3): icmp_seq=99 ttl=64 time=60.2 ms
     3264 bytes from nodeB-lan1 (10.1.1.3): icmp_seq=100 ttl=64 time=60.2 ms
     33
     34--- nodeB-lan1 ping statistics ---
     35100 packets transmitted, 64 received, 36% packet loss, time 1207ms
     36rtt min/avg/max/mdev = 60.143/60.181/60.244/0.253 ms, pipe 6, ipg/ewma 12.194/60.203 ms
     37}}}
    2138make-deter-lan receives the arguments in any order e.g you could provide delay parameters before loss one, however, nodelist should be the first. Note that bandwidth parameters have to be preceded by "bw", delay with "delay", and loss with "loss". The user only have to provide the nodelist, others are optional, but once she provide any it has to be provided in the correct format.The command is described by:
    2239{{{