source: etc/pingpong/settings_node2.cnf

Last change on this file was 12438, checked in by hock@…, 11 years ago

new callbacks in ariba::NodeListener:

  • onOverlayConnected
  • onOverlayDisconnected
File size: 327 bytes
Line 
1//JSON
2{
3 "ariba": {
4 "spovnet_name": "pingpong",
5
6 "listen_on": [
7 {"category": "TCPIP", "addr": "::", "port": 0 }
8 ],
9
10 "bootstrap": {
11 "direct": [
12 {"category": "TCPIP", "addr": "127.0.0.1", "port": 5003 }
13 ],
14 }
15 }
16}
17
Note: See TracBrowser for help on using the repository browser.