mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 21:53:48 +01:00
Add a comment about address type field to netinfo.trunnel
This commit is contained in:
parent
b64e1e602b
commit
bdf6540edf
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user