diff 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
line wrap: on
line diff
--- a/svr-runopts.c	Thu Sep 10 11:12:31 2009 +0000
+++ b/svr-runopts.c	Fri Sep 11 14:02:04 2009 +0000
@@ -125,6 +125,9 @@
 #ifdef ENABLE_SVR_REMOTETCPFWD
 	svr_opts.noremotetcp = 0;
 #endif
+#ifndef DISABLE_ZLIB
+	opts.enable_compress = 1;
+#endif
 	/* not yet
 	opts.ipv4 = 1;
 	opts.ipv6 = 1;