comparison svr-runopts.c @ 575:f9b5dc0cba61

- Disable compression for non-final multihops
author Matt Johnston <matt@ucc.asn.au>
date Fri, 11 Sep 2009 14:02:04 +0000
parents 005530560594
children a98a2138364a
comparison
equal deleted inserted replaced
574:b6665c1eac43 575:f9b5dc0cba61
123 svr_opts.nolocaltcp = 0; 123 svr_opts.nolocaltcp = 0;
124 #endif 124 #endif
125 #ifdef ENABLE_SVR_REMOTETCPFWD 125 #ifdef ENABLE_SVR_REMOTETCPFWD
126 svr_opts.noremotetcp = 0; 126 svr_opts.noremotetcp = 0;
127 #endif 127 #endif
128 #ifndef DISABLE_ZLIB
129 opts.enable_compress = 1;
130 #endif
128 /* not yet 131 /* not yet
129 opts.ipv4 = 1; 132 opts.ipv4 = 1;
130 opts.ipv6 = 1; 133 opts.ipv6 = 1;
131 */ 134 */
132 #ifdef DO_MOTD 135 #ifdef DO_MOTD