summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/channels.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2016-01-24 22:28:18 +0000
committerdes <des@FreeBSD.org>2016-01-24 22:28:18 +0000
commitfb40ebd67a2ae7631091b91a90bb80648527fc71 (patch)
treed4f854ab42c1798125818fb8fdcbb89a07f5db96 /crypto/openssh/channels.h
parent55146b62a12461f40c96f1aea09d60a020b63c22 (diff)
downloadFreeBSD-src-fb40ebd67a2ae7631091b91a90bb80648527fc71.zip
FreeBSD-src-fb40ebd67a2ae7631091b91a90bb80648527fc71.tar.gz
MFH (r291198, r291260, r291261, r291375, r294325, r294335, r294563)
Remove the HPN and None cipher patches.
Diffstat (limited to 'crypto/openssh/channels.h')
-rw-r--r--crypto/openssh/channels.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/crypto/openssh/channels.h b/crypto/openssh/channels.h
index 68ebf09..4fab9d7 100644
--- a/crypto/openssh/channels.h
+++ b/crypto/openssh/channels.h
@@ -1,5 +1,4 @@
/* $OpenBSD: channels.h,v 1.113 2013/06/07 15:37:52 dtucker Exp $ */
-/* $FreeBSD$ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -133,8 +132,6 @@ struct Channel {
u_int local_window_max;
u_int local_consumed;
u_int local_maxpacket;
- u_int tcpwinsz;
- int dynamic_window;
int extended_usage;
int single_connection;
@@ -176,7 +173,6 @@ struct Channel {
#define CHAN_TCP_WINDOW_DEFAULT (64*CHAN_TCP_PACKET_DEFAULT)
#define CHAN_X11_PACKET_DEFAULT (16*1024)
#define CHAN_X11_WINDOW_DEFAULT (4*CHAN_X11_PACKET_DEFAULT)
-#define CHAN_HPN_MIN_WINDOW_DEFAULT (2*1024*1024)
/* possible input states */
#define CHAN_INPUT_OPEN 0
@@ -310,8 +306,4 @@ void chan_rcvd_ieof(Channel *);
void chan_write_failed(Channel *);
void chan_obuf_empty(Channel *);
-/* hpn handler */
-
-void channel_set_hpn(int, u_int);
-
#endif
OpenPOWER on IntegriCloud