mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
52edea121e
Co-authored-by: Florentin Rochet <florentin.rochet@uclouvain.be>
14 lines
776 B
Plaintext
14 lines
776 B
Plaintext
o Major features (Proposal 310, performance + security):
|
|
- Implements Proposal 310 - Bandaid on guard selection.
|
|
Proposal 310 solves a load-balancing issue within Prop271 which strongly
|
|
impact experimental research with Shadow.
|
|
Security improvement: Proposal 310 prevents any newly Guard relay to
|
|
have a chance to get into the primary list of older Tor clients,
|
|
except if the N first sampled guards of these clients are unreachable.
|
|
Implements recommendation from 32088.
|
|
|
|
Proposal 310 is linked to the CLAPS project researching optimal
|
|
client location-aware path selections. This project is a collaboration
|
|
between the UCLouvain Crypto Group, the U.S. Naval Research Laboratory and
|
|
Princeton University.
|