mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
Merge branch 'maint-0.4.3'
This commit is contained in:
commit
42246f8c9a
1 changed files with 3 additions and 1 deletions
|
@ -196,7 +196,9 @@ hs_dos_can_send_intro2(or_circuit_t *s_intro_circ)
|
|||
goto allow;
|
||||
}
|
||||
|
||||
/* Fallthrough is to disallow since this means the bucket has reached 0. */
|
||||
/* If we reach this point, then it means the bucket has reached zero, and
|
||||
we're going to disallow. */
|
||||
|
||||
disallow:
|
||||
/* Increment stats counter, we are rejecting the INTRO2 cell. */
|
||||
intro2_rejected_count++;
|
||||
|
|
Loading…
Add table
Reference in a new issue