tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit dcf5753a8315ade1ed110ad922c5bad29aeb2dbc
parent b417594dbcbd6b0c149611084c7319781ed67a70
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  5 Aug 2020 16:37:39 -0400

Changes file for 18106

Diffstat:
Achanges/ticket18106 | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/changes/ticket18106 b/changes/ticket18106 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Rename "fascist_firewall_*" identifiers to "reachable_addr_*" instead, + for consistency with other code. Closes ticket 18106.