tor

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

commit 11f125ec78c345d502ca4087c1f18d37ec1bed17
parent f64cf09eb2306ddb3afb8f92a08da3a4a94f333b
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 16 Jul 2020 14:47:35 -0400

Clean up documentation for connection_t.address

Diffstat:
Msrc/core/or/connection_st.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/core/or/connection_st.h b/src/core/or/connection_st.h @@ -161,7 +161,6 @@ struct connection_t { * * * An address we're trying to resolve (as an exit). * * A unix address we're trying to bind to (as a listener). - * * A canonical address for an OR connection. **/ char *address; /** Another connection that's connected to this one in lieu of a socket. */