1
0
Fork 0
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:
Steffen Vogel 2017-03-27 12:46:41 +02:00
parent ebe0dd0f2d
commit a06a7eec57

View file

@ -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",