tor

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

commit bdf6540edf5b9d3d45214393412b8fe7e42da5ca
parent b64e1e602bac5e108e40a284616e3fe7f7597b17
Author: rl1987 <rl1987@sdf.lonestar.org>
Date:   Fri, 26 Oct 2018 11:30:26 +0300

Add a comment about address type field to netinfo.trunnel

Diffstat:
Msrc/trunnel/netinfo.trunnel | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/trunnel/netinfo.trunnel b/src/trunnel/netinfo.trunnel @@ -1,3 +1,6 @@ +// Warning: make sure these values are consistent with RESOLVED_TYPE_* +// constants in Tor code and numbers in Section 6.4 of tor-spec.txt. + const NETINFO_ADDR_TYPE_IPV4 = 4; const NETINFO_ADDR_TYPE_IPV6 = 6;