Changes between Version 23 and Version 24 of NewDelayNodeNs


Ignore:
Timestamp:
Nov 20, 2011 9:18:52 PM (12 years ago)
Author:
alwabel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NewDelayNodeNs

    v23 v24  
    4646
    4747}}}
    48 make-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". Also, specifiying delay and loss parameters should be preceded by some keywords e.g mean, std (standard deviation), threshold (loss threshold), and rate. 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:
     48make-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". Also, specifying delay and loss parameters should be preceded by some keywords e.g mean, std (standard deviation), threshold (loss threshold), and rate. 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:
    4949{{{
    5050        make-deter-lan <nodelist> [bw <bandwidth> ] [delay <type> mean <mean> [std <standard deviation>] ] [loss <dropmode> threshold <threshold> rate <rate>] 
    5151
    5252}}}
    53 Delay types are : static, normal , poisson and exponential. Note that normal requires standard variation, which is set to zero if not provided.
     53Delay types are : static, normal , poisson and exponential. Note that normal requires standard deviation, which is set to zero if not provided.
    5454loss dropmodes are static and poisson. Also notice that the default bandwidth is 1Gb.
    5555