From: Nick Mathewson Date: Tue, 11 Aug 2009 23:14:50 +0000 (-0400) Subject: Make control connections use bufferevents X-Git-Tag: tor-0.2.3.1-alpha~362^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc4ddafab81d5ca229436eeb0c460634e03cb2ca;p=thirdparty%2Ftor.git Make control connections use bufferevents --- diff --git a/src/or/connection.c b/src/or/connection.c index 24fc9f206b..570eceeef0 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -193,6 +193,7 @@ connection_type_uses_bufferevent(connection_t *conn) case CONN_TYPE_AP: case CONN_TYPE_EXIT: case CONN_TYPE_DIR: + case CONN_TYPE_CONTROL: return 1; default: return 0;