summaryrefslogtreecommitdiffhomepage
path: root/session.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2009-09-11 14:02:04 +0000
committerMatt Johnston <matt@ucc.asn.au>2009-09-11 14:02:04 +0000
commite3ca0513a08bd3cab28df0944aa82da2922e367d (patch)
tree32fac8407f49d4549fc0fffb7b3745c7f67e4f04 /session.h
parent95a01f9002a4367e4465aa9cfe9d1ade270ab9a4 (diff)
- Disable compression for non-final multihops
--HG-- extra : convert_revision : c507a2aacb9e0db4c0266891b8915c614e32857e
Diffstat (limited to 'session.h')
-rw-r--r--session.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/session.h b/session.h
index 20a90a4..355cf03 100644
--- a/session.h
+++ b/session.h
@@ -160,6 +160,9 @@ struct sshsession {
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)*/