mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
update loopback config example
This commit is contained in:
parent
95eee40d16
commit
474010010a
1 changed files with 7 additions and 7 deletions
|
@ -55,11 +55,11 @@ nodes = {
|
||||||
layer = "udp",
|
layer = "udp",
|
||||||
|
|
||||||
in = {
|
in = {
|
||||||
address = "*:12000", # Local ip:port, use '*' for random port
|
address = "127.0.0.1:12000" # Local ip:port, use '*' for random port
|
||||||
}
|
}
|
||||||
|
|
||||||
out = {
|
out = {
|
||||||
address = "127.0.0.1:12001",
|
address = "127.0.0.1:12001"
|
||||||
|
|
||||||
netem = {
|
netem = {
|
||||||
enabled = false,
|
enabled = false,
|
||||||
delay = 1000000, # In micro seconds!
|
delay = 1000000, # In micro seconds!
|
||||||
|
@ -72,20 +72,20 @@ nodes = {
|
||||||
type = "socket",
|
type = "socket",
|
||||||
layer = "udp",
|
layer = "udp",
|
||||||
in = {
|
in = {
|
||||||
address = "*:12001", # Local ip:port, use '*' for random port
|
address = "127.0.0.1:12001" # Local ip:port, use '*' for random port
|
||||||
}
|
}
|
||||||
out = {
|
out = {
|
||||||
address = "127.0.0.1:12002",
|
address = "127.0.0.1:12002"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
node3 = {
|
node3 = {
|
||||||
type = "socket",
|
type = "socket",
|
||||||
layer = "udp",
|
layer = "udp",
|
||||||
in = {
|
in = {
|
||||||
address = "*:12002", # Local ip:port, use '*' for random port
|
address = "127.0.0.1:12002" # Local ip:port, use '*' for random port
|
||||||
}
|
}
|
||||||
out = {
|
out = {
|
||||||
address = "127.0.0.1:12000",
|
address = "127.0.0.1:12000"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
loopback = {
|
loopback = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue