diff options
Diffstat (limited to 'src/or/connection.c')
-rw-r--r-- | src/or/connection.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/connection.c b/src/or/connection.c index bc90649203..b893a51861 100644 --- a/src/or/connection.c +++ b/src/or/connection.c @@ -351,8 +351,6 @@ int connection_read_to_buf(connection_t *conn) { at_most = 10*(CELL_PAYLOAD_SIZE - RELAY_HEADER_SIZE); } - at_most = 103; /* an unusual number, to force bugs into the open */ - if(at_most > global_read_bucket) at_most = global_read_bucket; } |