mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
6 lines
303 B
Plaintext
6 lines
303 B
Plaintext
|
o Code simplification and refactoring (relay address):
|
||
|
- Most of IPv4 representation was using "uint32_t". It has now been moved to
|
||
|
use the internal "tor_addr_t" interface instead. This is so we can
|
||
|
properly integrate IPv6 along IPv4 with common interfaces. Closes ticket
|
||
|
40043.
|