tor/changes/18105

5 lines
199 B
Plaintext
Raw Normal View History

o Code simplification and refactoring:
- Introduce a function to call getsockname() and return
tor_addr_t, to save a little complexity throughout the codebase.
Closes ticket 18105.