mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
2d5a7b1842
When we successfully create a usable circuit after it previously timed out for a certain amount of time, we should make sure that our public IP address hasn't changed and update our descriptor.
7 lines
280 B
Plaintext
7 lines
280 B
Plaintext
o Enhancement:
|
|
- If a circuit timed out for at least 3 minutes check if we have a new
|
|
external IP address the next time we run our routine checks. If our
|
|
IP address has changed, then publish a new descriptor with the new
|
|
IP address. Resolves ticket 2454.
|
|
|