mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
fix typo in comment
This commit is contained in:
parent
2b9d2055f0
commit
f181ad7c59
@ -644,8 +644,8 @@ send_introduce1(origin_circuit_t *intro_circ,
|
||||
goto tran_err;
|
||||
}
|
||||
|
||||
/* Check if the rendevous circuit was setup WITHOUT congestion control but if
|
||||
* it is enabled and the service supports it. This can happen, see
|
||||
/* Check if the rendezvous circuit was setup WITHOUT congestion control,
|
||||
* but if it is enabled and the service supports it. This can happen, see
|
||||
* setup_rendezvous_circ_congestion_control() and so close rendezvous circuit
|
||||
* so another one can be created. */
|
||||
if (TO_CIRCUIT(rend_circ)->ccontrol == NULL && congestion_control_enabled()
|
||||
|
Loading…
Reference in New Issue
Block a user