diff options
Diffstat (limited to 'src/or/relay.c')
-rw-r--r-- | src/or/relay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/relay.c b/src/or/relay.c index 661280c57e..0a2042d6a3 100644 --- a/src/or/relay.c +++ b/src/or/relay.c @@ -547,7 +547,7 @@ connection_edge_process_relay_cell_not_open( conn->state = AP_CONN_STATE_CIRCUIT_WAIT; circuit_detach_stream(circ,conn); tor_assert(circ->timestamp_dirty); - circ->timestamp_dirty -= get_options()->NewCircuitPeriod; + circ->timestamp_dirty -= get_options()->MaxCircuitDirtiness; /* make sure not to expire/retry the stream quite yet */ conn->timestamp_lastread = time(NULL); if (connection_ap_handshake_attach_circuit(conn) >= 0) |