mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
rtp: disable netem by default in example config
This commit is contained in:
parent
ba9302278b
commit
779db9ec5d
1 changed files with 5 additions and 3 deletions
|
@ -28,9 +28,11 @@ nodes = {
|
|||
address = "127.0.0.1:12000"
|
||||
|
||||
netem = { # Network emulation settings
|
||||
delay = 100000, # Additional latency in microseconds
|
||||
loss = 10 # Packet loss in percent
|
||||
}
|
||||
enabled = false,
|
||||
|
||||
delay = 100000, # Additional latency in microseconds
|
||||
loss = 10 # Packet loss in percent
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue