Changes between Version 3 and Version 4 of NewDelayNodeNs


Ignore:
Timestamp:
Oct 13, 2011 2:30:21 PM (13 years ago)
Author:
alwabel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewDelayNodeNs

    v3 v4  
    2222Examples:
    2323{{{
     24        #Example 1
    2425        make-new-lan "$nodeA $nodeB " bw 1Gb delay static 100ms loss 0.01 static 1
    25         Example2 make-new-lan "$nodeA $nodeB " bw 1Gb delay normal 100ms 5 loss 0.01 poisson 5
     26        #Example 2
     27        make-new-lan "$nodeA $nodeB " bw 1Gb delay normal 100ms 5 loss 0.01 poisson 5
    2628}}}
    2729Delay types are : static, normal , poisson and exponential. Note that normal requires standard variation, which is set to zero if not provided.