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.4 by pcg, Thu Jan 27 06:16:16 2005 UTC vs.
Revision 1.5 by pcg, Tue Mar 1 06:27:20 2005 UTC

2 2
3gvpe.conf - configuration file for the GNU VPE daemon 3gvpe.conf - configuration file for the GNU VPE daemon
4 4
5=head1 SYNOPSIS 5=head1 SYNOPSIS
6 6
7 enable-udp = yes
8 udp-port = 407 7 udp-port = 407
9 mtu = 1492 8 mtu = 1492
10 ifname = vpn0 9 ifname = vpn0
11 10
12 node = branch1 11 node = branch1
312(default: C<no>). This is the best choice, since the overhead per packet 311(default: C<no>). This is the best choice, since the overhead per packet
313is only 38 bytes, as opposed to UDP's 58 (or TCP's 60+). 312is only 38 bytes, as opposed to UDP's 58 (or TCP's 60+).
314 313
315=item enable-udp = yes|true|on | no|false|off 314=item enable-udp = yes|true|on | no|false|off
316 315
317Enable the UDPv4 transport using the C<udp-port> port (default: C<yes>, 316Enable the UDPv4 transport using the C<udp-port> port (default: C<no>,
318but this will change!). This is a good general choice since UDP tunnels 317unless no other protocol is enabled for a node, in which case this
318protocol is enabled automatically). This is a good general choice since
319well through many firewalls. 319UDP tunnels well through many firewalls.
320 320
321NOTE: Please specify C<enable-udp = yes> even though it is the default, as 321NOTE: Please specify C<enable-udp = yes> if you want t use it even though
322some future version will have all protocols disabled by default. 322it might get switched on automatically, as some future version might
323default to another default protocol.
323 324
324=item enable-tcp = yes|true|on | no|false|off 325=item enable-tcp = yes|true|on | no|false|off
325 326
326Enable the TCPv4 transport using the C<tcp-port> port 327Enable the TCPv4 transport using the C<tcp-port> port
327(default: C<no>). Support for this horribly unsuitable protocol is only 328(default: C<no>). Support for this horribly unsuitable protocol is only

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines