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.15 by pcg, Mon Dec 5 12:58:08 2005 UTC vs.
Revision 1.17 by pcg, Wed Nov 22 22:55:15 2006 UTC

116get request timeouts. The default of C<8> means that the DNS transport 116get request timeouts. The default of C<8> means that the DNS transport
117will resend the request when no reply has been received for longer than 117will resend the request when no reply has been received for longer than
118eight times the minimum (= expected) latency, assuming the request or 118eight times the minimum (= expected) latency, assuming the request or
119reply has been lost. 119reply has been lost.
120 120
121For congested links a higher value might be necessary (e.g. C<30>). If the 121For congested links a higher value might be necessary (e.g. C<30>). If
122link is very stable lower values (e.g. C<2>) might work nicely. Values 122the link is very stable lower values (e.g. C<2>) might work
123near or below C<1> makes no sense whatsoever. 123nicely. Values near or below C<1> makes no sense whatsoever.
124 124
125The default should be working ok for most links. 125The default should be working ok for most links but will result in low
126throughput if packet loss is high.
126 127
127=item if-up = relative-or-absolute-path 128=item if-up = relative-or-absolute-path
128 129
129Sets the path of a script that should be called immediately after the 130Sets the path of a script that should be called immediately after the
130network interface is initialized (but not neccessarily up). The following 131network interface is initialized (but not neccessarily up). The following
417 418
4182. Other node mentioned in a C<deny-direct>? If yes, deny direct connections. 4192. Other node mentioned in a C<deny-direct>? If yes, deny direct connections.
419 420
4203. Allow the connection. 4213. Allow the connection.
421 422
422That is, C<allow-direct> takes precende over C<deny-direct>. 423That is, C<allow-direct> takes precedence over C<deny-direct>.
423 424
424The check is done in both directions, i.e. both nodes must allow a direct 425The check is done in both directions, i.e. both nodes must allow a direct
425connection before one is attempted, so you only need to specify connect 426connection before one is attempted, so you only need to specify connect
426limitations on one node. 427limitations on one node.
427 428

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines