mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
updated example config
This commit is contained in:
parent
84d3e4c136
commit
67a2343676
1 changed files with 5 additions and 3 deletions
|
@ -30,12 +30,14 @@ debug = 10;
|
|||
|
||||
nodes = {
|
||||
node1 = {
|
||||
type = "udp",
|
||||
type = "socket",
|
||||
layer = "udp",
|
||||
local = "*:12000", # Local ip:port, use '*' for random port
|
||||
remote = "127.0.0.1:12001"
|
||||
remote = "127.0.0.1:12001",
|
||||
},
|
||||
node2 = {
|
||||
type = "udp",
|
||||
type = "socket",
|
||||
layer = "udp",
|
||||
local = "*:12002", # Local ip:port, use '*' for random port
|
||||
remote = "127.0.0.1:12003"
|
||||
combine = 30
|
||||
|
|
Loading…
Add table
Reference in a new issue