mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
remove obsolete ‚combine‘ setting from example config
This commit is contained in:
parent
ebe0dd0f2d
commit
a06a7eec57
1 changed files with 1 additions and 2 deletions
|
@ -38,15 +38,14 @@ nodes = {
|
|||
layer = "udp",
|
||||
local = "*:12000", # Local ip:port, use '*' for random port
|
||||
remote = "127.0.0.1:12001",
|
||||
combine = 5,
|
||||
header = "villas", # 'gtnet-skt' or 'villas'. If not provided, 'villas' header will be used
|
||||
vectorize = 1, # Number of samples to fetch per iteration from the socket
|
||||
netem = {
|
||||
enabled = false,
|
||||
delay = 1000000, # In micro seconds!
|
||||
jitter = 300000,
|
||||
distribution = "normal"
|
||||
}
|
||||
vectorize = 1 # Number of samples to fetch per iteration from the socket
|
||||
},
|
||||
node2 = {
|
||||
type = "socket",
|
||||
|
|
Loading…
Add table
Reference in a new issue