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.25 by pcg, Fri Sep 10 21:13:52 2010 UTC vs.
Revision 1.26 by root, Sat Feb 12 04:15:29 2011 UTC

424 424
425Allow direct connections to this node. See C<deny-direct> for more info. 425Allow direct connections to this node. See C<deny-direct> for more info.
426 426
427=item compress = yes|true|on | no|false|off 427=item compress = yes|true|on | no|false|off
428 428
429For the current node, this specified whether it will accept compressed
430packets, and for all other nodes, this specifies whether to try to
429Wether to compress data packets sent to this node (default: C<yes>). 431compress data packets sent to this node (default: C<yes>). Compression is
430Compression is really cheap even on slow computers and has no size 432really cheap even on slow computers, has no size overhead at all and will
431overhead at all, so enabling this is often a good idea. 433only be used when the other side supports compression, so enabling this is
434often a good idea.
432 435
433=item connect = ondemand | never | always | disabled 436=item connect = ondemand | never | always | disabled
434 437
435Sets the connect mode (default: C<always>). It can be C<always> (always 438Sets the connect mode (default: C<always>). It can be C<always> (always
436try to establish and keep a connection to the given node), C<never> 439try to establish and keep a connection to the given node), C<never>
562The value specified using this directive will be passed to the C<if-up> 565The value specified using this directive will be passed to the C<if-up>
563script in the environment variable C<IFUPDATA>. 566script in the environment variable C<IFUPDATA>.
564 567
565=item inherit-tos = yes|true|on | no|false|off 568=item inherit-tos = yes|true|on | no|false|off
566 569
567Wether to inherit the TOS settings of packets sent to the tunnel when 570Whether to inherit the TOS settings of packets sent to the tunnel when
568sending packets to this node (default: C<yes>). If set to C<yes> then 571sending packets to this node (default: C<yes>). If set to C<yes> then
569outgoing tunnel packets will have the same TOS setting as the packets sent 572outgoing tunnel packets will have the same TOS setting as the packets sent
570to the tunnel device, which is usually what you want. 573to the tunnel device, which is usually what you want.
571 574
572=item max-retry = positive-number 575=item max-retry = positive-number

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines