ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/conf.C
(Generate patch)

Comparing gvpe/src/conf.C (file contents):
Revision 1.31 by pcg, Thu Mar 3 16:54:34 2005 UTC vs.
Revision 1.32 by pcg, Sat Mar 5 15:48:54 2005 UTC

122 default_node.compress = true; 122 default_node.compress = true;
123 default_node.protocols = 0; 123 default_node.protocols = 0;
124 default_node.max_retry = DEFAULT_MAX_RETRY; 124 default_node.max_retry = DEFAULT_MAX_RETRY;
125 125
126#if ENABLE_DNS 126#if ENABLE_DNS
127 default_node.dns_port = 53; 127 default_node.dns_port = 0; // default is 0 == client
128 dns_forw_port = 53; 128 dns_forw_port = 53;
129#endif 129#endif
130 130
131 conf.pidfilename = strdup (LOCALSTATEDIR "/run/gvpe.pid"); 131 conf.pidfilename = strdup (LOCALSTATEDIR "/run/gvpe.pid");
132} 132}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines