aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket40043
blob: 4f63bbb4000259144e25aab9858fe199afa0d3a7 (plain)
1
2
3
4
5
  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.