summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/readconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/readconf.h')
-rw-r--r--crypto/openssh/readconf.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/crypto/openssh/readconf.h b/crypto/openssh/readconf.h
index ee160df..195f6e7 100644
--- a/crypto/openssh/readconf.h
+++ b/crypto/openssh/readconf.h
@@ -1,4 +1,5 @@
/* $OpenBSD: readconf.h,v 1.88 2010/11/13 23:27:50 djm Exp $ */
+/* $FreeBSD$ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -132,6 +133,17 @@ typedef struct {
int use_roaming;
+ int hpn_disabled; /* Switch to disable HPN buffer management. */
+ int hpn_buffer_size; /* User definable size for HPN buffer
+ * window. */
+ int tcp_rcv_buf_poll; /* Option to poll recv buf every window
+ * transfer. */
+ int tcp_rcv_buf; /* User switch to set tcp recv buffer. */
+
+#ifdef NONE_CIPHER_ENABLED
+ int none_enabled; /* Allow none to be used */
+ int none_switch; /* Use none cipher */
+#endif
} Options;
#define SSHCTL_MASTER_NO 0
OpenPOWER on IntegriCloud