Skip to content

Create socket with correct family as given by sockshost

Daniel Winzen requested to merge DanWin/tor:tor-resolve-bugfix into main

If sockshost is an IPv6 address tor-resolve currently fails connecting, because the socket is only created with PF_INET. This change automatically detects the family to use.

Merge request reports

Loading