diff options
author | Roger Dingledine <arma@torproject.org> | 2004-08-08 05:26:13 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-08-08 05:26:13 +0000 |
commit | 292e9c55670c3b86fff695ef481731e5e57195c4 (patch) | |
tree | 879c7bd80d69583e38a1d05cbeedbe656b20ce6c /src/or/connection_edge.c | |
parent | 26f8a5e3de6a02d7349d5e5548a161b4a0cb6f18 (diff) | |
download | tor-292e9c55670c3b86fff695ef481731e5e57195c4.tar.gz tor-292e9c55670c3b86fff695ef481731e5e57195c4.zip |
reject the default edonkey, kazaa, gnutella ports
to slow the coming flood
svn:r2195
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r-- | src/or/connection_edge.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index 6dec49e9fe..18c8666135 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -914,7 +914,6 @@ void connection_exit_connect(connection_t *conn) { log_fn(LOG_WARN,"tell roger: newly connected conn had data waiting!"); // connection_start_writing(conn); } -// connection_process_inbuf(conn); connection_watch_events(conn, POLLIN); /* also, deliver a 'connected' cell back through the circuit. */ |