mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
I'm leaving the getsockname code in transproxy alone, since it is comparatively isolated, rather platform-specific, and hard to test. Implements 18105.
4 lines
199 B
Text
4 lines
199 B
Text
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.
|