aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-07-14 10:36:30 -0400
committerDavid Goulet <dgoulet@torproject.org>2020-07-14 10:36:30 -0400
commite594195aa2faa153e997f12dbcaebae4281ff925 (patch)
treed5eddc3fddb1918b615181d1ad44a956b125f585 /changes
parent770e047c83a1146d228a568dd3a673473ccd8d81 (diff)
parent15860c8846a8ebbdecd51e920f983afc49c30c8f (diff)
downloadtor-e594195aa2faa153e997f12dbcaebae4281ff925.tar.gz
tor-e594195aa2faa153e997f12dbcaebae4281ff925.zip
Merge branch 'tor-gitlab/mr/47'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket400435
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket40043 b/changes/ticket40043
new file mode 100644
index 0000000000..4f63bbb400
--- /dev/null
+++ b/changes/ticket40043
@@ -0,0 +1,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.