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.27 by root, Tue Feb 15 14:34:39 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>
527 530
528=item enable-udp = yes|true|on | no|false|off 531=item enable-udp = yes|true|on | no|false|off
529 532
530See gvpe.protocol(7) for a description of the UDP transport protocol. 533See gvpe.protocol(7) for a description of the UDP transport protocol.
531 534
532Enable the UDPv4 transport using the C<udp-port> port (default: C<no>, 535Enable the UDPv4 transport using the C<udp-port> port (default: C<no>).
533unless no other protocol is enabled for a node, in which case this
534protocol is enabled automatically).
535
536NOTE: Please specify C<enable-udp = yes> if you want to use it even though
537it might get switched on automatically, as some future version might
538default to another default protocol.
539 536
540=item hostname = hostname | ip [can not be defaulted] 537=item hostname = hostname | ip [can not be defaulted]
541 538
542Forces the address of this node to be set to the given DNS hostname or IP 539Forces the address of this node to be set to the given DNS hostname or IP
543address. It will be resolved before each connect request, so dyndns should 540address. It will be resolved before each connect request, so dyndns should
562The value specified using this directive will be passed to the C<if-up> 559The value specified using this directive will be passed to the C<if-up>
563script in the environment variable C<IFUPDATA>. 560script in the environment variable C<IFUPDATA>.
564 561
565=item inherit-tos = yes|true|on | no|false|off 562=item inherit-tos = yes|true|on | no|false|off
566 563
567Wether to inherit the TOS settings of packets sent to the tunnel when 564Whether 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 565sending 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 566outgoing tunnel packets will have the same TOS setting as the packets sent
570to the tunnel device, which is usually what you want. 567to the tunnel device, which is usually what you want.
571 568
572=item max-retry = positive-number 569=item max-retry = positive-number

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines