mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
d9564d5285
tor_memeq has started to show up on profiles, and this is one of the
most frequent callers of that function, appearing as it does on every
cell handled for entry or exit.
59f9097d5c
introduced tor_memneq here;
it went into Tor 0.2.1.31. Fixes part of 12169.
6 lines
205 B
Plaintext
6 lines
205 B
Plaintext
o Minor bugfixes (performance):
|
|
- Avoid using tor_memeq() for checking relay cell integrity.
|
|
This removes a possible performance bottleneck. Fixes part of bug
|
|
12169; bugfix on 0.2.1.31.
|
|
|