ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/doc/gvpe.conf.5.pod
(Generate patch)

Comparing gvpe/doc/gvpe.conf.5.pod (file contents):
Revision 1.1 by pcg, Fri Jun 11 15:56:13 2004 UTC vs.
Revision 1.2 by pcg, Sun Jul 25 18:11:40 2004 UTC

327(default: C<no>). Support for this horribly unsuitable protocol is only 327(default: C<no>). Support for this horribly unsuitable protocol is only
328available when gvpe was compiled using the C<--enable-tcp> option. Never 328available when gvpe was compiled using the C<--enable-tcp> option. Never
329use this transport unless you really must, it is horribly ineffiecent and 329use this transport unless you really must, it is horribly ineffiecent and
330resource-intensive compared to the other transports. 330resource-intensive compared to the other transports.
331 331
332=item router-priority = positive-number 332=item router-priority = 0 | 1 | positive-number>2
333 333
334Sets the router priority of the given host (default: C<0>, disabled). If 334Sets the router priority of the given host (default: C<0>, disabled). If
335some host tries to connect to another host without a hostname, it asks 335some host tries to connect to another host without a hostname, it asks
336the router host for it's IP address. The router host is the one with the 336the router host for it's IP address. The router host is the one with the
337highest priority that is currently reachable. Make sure all clients always 337highest priority larger than C<1> that is currently reachable.
338
339Make sure all hosts always connect (C<connect = always>) to the router
338connect to the router hosts, otherwise conencting to them is impossible. 340hosts, otherwise connecting to them might be impossible.
339 341
342The special value C<1> allows other hosts to route through the router
343host, but they will never route through it by default. The value C<0>
344disables routing. The idea behind this is that some hosts can, if
345required, bump the C<router-priority> setting to higher than C<1> in their
346local config to route through specific hosts. If C<router-priority> is
347C<0>, then routing will be refused, so C<1> serves as a "enable, but do
348not use by default" switch.
349
340=item connect = ondemand|never|always|disabled 350=item connect = ondemand | never | always | disabled
341 351
342Sets the connect mode (default: C<always>). It can be C<always> (always 352Sets the connect mode (default: C<always>). It can be C<always> (always
343try to establish and keep a conenction to the given host), C<never> 353try to establish and keep a connection to the given host), C<never>
344(nevr initiate a connection to the given host, but accept connections), 354(nevr initiate a connection to the given host, but accept connections),
345C<ondemand> (try to establish a connection on the first packet sent, and 355C<ondemand> (try to establish a connection on the first packet sent, and
346take it down after the keepalive interval) or C<disabled> (node is bad, 356take it down after the keepalive interval) or C<disabled> (node is bad,
347don't talk to it). 357don't talk to it).
348 358

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines