]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
finish backing out 5492de76
authorRoger Dingledine <arma@torproject.org>
Sun, 9 Sep 2012 20:51:34 +0000 (16:51 -0400)
committerRoger Dingledine <arma@torproject.org>
Sun, 9 Sep 2012 20:51:34 +0000 (16:51 -0400)
src/or/connection.c

index 7a39e5e2df853ccba6647214eb7ef3a2f31c00a9..d8f5d875c86567230b8e338d5cab2fae275616a1 100644 (file)
@@ -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)
 {