diff session.h @ 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 8fd0ac8c8cab
children 00eca37e47e8
line wrap: on
line diff
--- a/session.h	Thu Sep 10 11:12:31 2009 +0000
+++ b/session.h	Fri Sep 11 14:02:04 2009 +0000
@@ -160,6 +160,9 @@
 	buffer* kexhashbuf; /* session hash buffer calculated from various packets*/
 	buffer* transkexinit; /* the kexinit packet we send should be kept so we
 							 can add it to the hash when generating keys */
+
+	/* Enables/disables compression */
+	algo_type *compress_algos;
 							
 	/* a list of queued replies that should be sent after a KEX has
 	   concluded (ie, while dataallowed was unset)*/