mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
6ed384b827
I'm leaving the getsockname code in transproxy alone, since it is comparatively isolated, rather platform-specific, and hard to test. Implements 18105.
5 lines
199 B
Plaintext
5 lines
199 B
Plaintext
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.
|