Changes between Version 3 and Version 4 of NewDelayNodeNs
- Timestamp:
- Oct 13, 2011 2:30:21 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewDelayNodeNs
v3 v4 22 22 Examples: 23 23 {{{ 24 #Example 1 24 25 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 26 28 }}} 27 29 Delay types are : static, normal , poisson and exponential. Note that normal requires standard variation, which is set to zero if not provided.