Explorar o código

and make the comment better, while i'm at it

svn:r8273
Roger Dingledine %!s(int64=19) %!d(string=hai) anos
pai
achega
2499d1db7c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/or/main.c

+ 2 - 1
src/or/main.c

@@ -596,7 +596,8 @@ run_connection_housekeeping(int i, time_t now)
     return;
   }
 
-  /* Expire any directory connections that haven't sent anything for 5 min */
+  /* Expire any directory connections that haven't been active (sent
+   * if a server or received if a client) for 5 min */
   if (conn->type == CONN_TYPE_DIR &&
       ((DIR_CONN_IS_SERVER(conn) &&
         conn->timestamp_lastwritten + DIR_CONN_MAX_STALL < now) ||