tor

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

commit b558971c070e481546f4f6b9d101db86e111f2d4
parent 4173876bc4a81c471be53b5c93dacf2566b52fb0
Author: Neel Chauhan <neel@neelc.org>
Date:   Thu, 28 May 2020 03:42:50 -0700

Add changes file for Ticket #28279

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

diff --git a/changes/ticket28279 b/changes/ticket28279 @@ -0,0 +1,5 @@ + o Minor features (control port, rephist): + - Introduce GETINFO "stats/ntor/{assigned/requested}" and + "stats/tap/{assigned/requested}" to get the NTorand TAP + circuit onion handshake rephist values respectively. + Closes ticket 28279. Patch by Neel Chauhan.