1
0
Fork 0
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:
Steffen Vogel 2015-08-07 01:25:40 +02:00
parent 84d3e4c136
commit 67a2343676

View file

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