aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket33956
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket33956')
-rw-r--r--changes/ticket339565
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket33956 b/changes/ticket33956
new file mode 100644
index 0000000000..7ad802797d
--- /dev/null
+++ b/changes/ticket33956
@@ -0,0 +1,5 @@
+ o Code simplification and refactoring:
+ - Define and use a new constant TOR_ADDRPORT_BUF_LEN which is like
+ TOR_ADDR_BUF_LEN but includes enough space for an IP address,
+ brackets, seperating colon, and port number. Closes ticket 33956.
+ Patch by Neel Chauhan.