diff options
author | Roger Dingledine <arma@torproject.org> | 2012-09-09 16:51:34 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-09-09 16:51:34 -0400 |
commit | f6639d5676f34234afaec9b49c89735724f7f67e (patch) | |
tree | 057de2f668137606077cd453ebfe2ed59ed0752c /src/or | |
parent | 67abdcd8d9870c05f5f7da05075b2375aa48ef04 (diff) | |
download | tor-f6639d5676f34234afaec9b49c89735724f7f67e.tar.gz tor-f6639d5676f34234afaec9b49c89735724f7f67e.zip |
finish backing out 5492de76
Diffstat (limited to 'src/or')
-rw-r--r-- | src/or/connection.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index 7a39e5e2df..d8f5d875c8 100644 --- a/src/or/connection.c +++ b/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) { |