summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/servconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/servconf.h')
-rw-r--r--crypto/openssh/servconf.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/openssh/servconf.h b/crypto/openssh/servconf.h
index 5a058a4..f6aadac 100644
--- a/crypto/openssh/servconf.h
+++ b/crypto/openssh/servconf.h
@@ -1,4 +1,5 @@
/* $OpenBSD: servconf.h,v 1.95 2010/11/13 23:27:50 djm Exp $ */
+/* $OpenBSD$ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -160,6 +161,15 @@ typedef struct {
char *revoked_keys_file;
char *trusted_user_ca_keys;
char *authorized_principals_file;
+
+ int hpn_disabled; /* Disable HPN functionality. */
+ int hpn_buffer_size; /* Set HPN buffer size - default 2MB.*/
+ int tcp_rcv_buf_poll; /* Poll TCP rcv window in autotuning
+ * kernels. */
+
+#ifdef NONE_CIPHER_ENABLED
+ int none_enabled; /* Enable NONE cipher switch. */
+#endif
} ServerOptions;
void initialize_server_options(ServerOptions *);
OpenPOWER on IntegriCloud