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