Browse Source

finish backing out 5492de76

Roger Dingledine 11 years ago
parent
commit
f6639d5676
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/or/connection.c

+ 3 - 3
src/or/connection.c

@@ -2038,9 +2038,9 @@ connection_mark_all_noncontrol_connections(void)
 /** Return 1 if we should apply rate limiting to <b>conn</b>, and 0
  * otherwise.
  * Right now this just checks if it's an internal IP address or an
- * internal connection. We also check if the connection uses pluggable
- * transports, since we should then limit it even if it comes from an
- * internal IP address. */
+ * internal connection. We also should, but don't, check if the connection
+ * uses pluggable transports, since we should then limit it even if it
+ * comes from an internal IP address. */
 static int
 connection_is_rate_limited(connection_t *conn)
 {