Changes between Version 13 and Version 14 of Documentation/Configuration
- Timestamp:
- Feb 4, 2010, 5:28:14 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Configuration
v13 v14 57 57 protocol1{address1};protocol2{address2};... 58 58 }}} 59 If there is no {{{address}}} it can be omitted. This will be the case further down with the bootstrapping modules when no parametrization is required: 60 {{{ 61 protocol1;protocol2 62 }}} 63 59 64 Exemplarily you can set the tcp port to 5003 using 60 65 {{{ … … 102 107 To only enable automatic bootstrapping modules: 103 108 {{{ 104 ariba.bootstrap.hints=pingpong{mdns;broadcast ,sdp}109 ariba.bootstrap.hints=pingpong{mdns;broadcast;sdp} 105 110 }}} 106 111