Lines Matching +full:network +full:- +full:based
3 NetEm \- Network Emulator
33 .IR p " [ " r " [ " 1-h " [ " 1-k " ]]] } "
58 characteristics to packets outgoing from a selected network
71 adds the chosen delay to the packets outgoing to chosen network interface. The
78 which network has variable delays depending on traffic flows concurring on the
83 network interface. It is also possible to add a correlation, but this option
87 adds packet losses according to the 4-state Markov using the transition
90 extend the model to 2-state (p31), 3-state (p23 and p32) and 4-state (p14).
95 adds packet losses according to the Gilbert-Elliot loss model or its special
98 values r=1-p, 1-h=1 and 1-k=0. The parameters needed for the Simple Gilbert
99 model are two (p and r), while three parameters (p, r, 1-h) are needed for the
100 Gilbert model and four (p, r, 1-h and 1-k) are needed for the Gilbert-Elliot
102 the good states, 1-h is the loss probability in the bad state and 1-k is the
127 in this first example, the first 4 (gap - 1) packets are delayed by 10ms and
131 subsequent packets are sent immediately or delayed based on reordering
142 delay packets based on packet size and is a replacement for
149 artificial strip the Ethernet header (e.g. -14) and/or simulate a link layer
150 header compression scheme. The third parameter - an unsigned value - specify
156 can be used to specify per cell overhead - for our ATM example 5.
162 an artificial packet compression (bursts). Another influence factor are network
167 Linux is not a real-time operating system.
179 Hemminger S. , "Network Emulation with NetEm", Open Source Development Lab,
181 (http://devresources.linux-foundation.org/shemminger/netem/LCA2005_paper.pdf)
196 Netem was written by Stephen Hemminger at Linux foundation and is based on NISTnet.