Explorar el Código

Make control connections use bufferevents

Nick Mathewson hace 16 años
padre
commit
fc4ddafab8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/or/connection.c

+ 1 - 0
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;