tor

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

commit 6a75a6fd9a7cd9c60904388f6836e7e659ef60e6
parent ceb49c1c5f2556c7fcd5b1ff34d8988344fa2ba7
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  6 Sep 2017 16:18:40 -0400

changes file for bug22805

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

diff --git a/changes/bug22805 b/changes/bug22805 @@ -0,0 +1,9 @@ + o Minor features (relay): + - When choosing which circuits can be expired as unused, consider + circuits from clients even if those clients used regular CREATE + cells to make them. Part of ticket 22805. + + o Code simplification and refactoring: + - Remove various ways of testing circuits and connections for + "clientness"; instead, favor channel_is_client(). + Part of ticket 22805.