From e1c29a769cfc6258a8a63e00b30285aacad9124d Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 20 Nov 2017 16:49:51 -0500 Subject: channel: Remove everything related to queue size The channel subsystem was doing a whole lot to track and try to predict the channel queue size but they are gone due to previous commit. Signed-off-by: David Goulet --- src/or/connection_or.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/or/connection_or.c') diff --git a/src/or/connection_or.c b/src/or/connection_or.c index 7af1f2b645..268b3d9844 100644 --- a/src/or/connection_or.c +++ b/src/or/connection_or.c @@ -592,9 +592,6 @@ connection_or_flushed_some(or_connection_t *conn) { size_t datalen; - /* The channel will want to update its estimated queue size */ - channel_update_xmit_queue_size(TLS_CHAN_TO_BASE(conn->chan)); - /* If we're under the low water mark, add cells until we're just over the * high water mark. */ datalen = connection_get_outbuf_len(TO_CONN(conn)); -- cgit v1.2.3-54-g00ecf