Stefan Schuermans commited on 2011-11-22 22:17:39
Showing 1 changed files, with 15 additions and 3 deletions.
... | ... |
@@ -31,11 +31,23 @@ |
31 | 31 |
</p> |
32 | 32 |
<h3>Static Destinations</h3> |
33 | 33 |
<p> |
34 |
- Static destinations to suplly with a network stream in BLP, EBLP |
|
34 |
+ Static destinations to supply with a network stream in BLP, EBLP |
|
35 | 35 |
or MCUF protocol can be configured in the subdirectories |
36 | 36 |
<code>blp</code>, <code>eblp</code> and <code>mcuf</code> respectively. |
37 |
- Each file in those directories contains the address of a static |
|
38 |
- destination as a string <code><IP>:<port></code> |
|
37 |
+ |
|
38 |
+ Each static destination is configured in an own subdirectory. |
|
39 |
+ E.g. the configurations for static MCUF destinations with name |
|
40 |
+ <code>local</code> resides in the subdirectory |
|
41 |
+ <code>mcuf/local</code>. |
|
42 |
+ </p> |
|
43 |
+ <p> |
|
44 |
+ The configuration inside a static destination consists of the following |
|
45 |
+ settings: |
|
46 |
+ </p> |
|
47 |
+ <h4>Destination address</h4> |
|
48 |
+ <p> |
|
49 |
+ The file <code>addr</code> contains the destination address |
|
50 |
+ as a string <code><IP>:<port></code> |
|
39 | 51 |
(hostnames are not supported). |
40 | 52 |
</p> |
41 | 53 |
</body> |
42 | 54 |