Skip to content

Extract general::SocketAddr and its unix friends to their own crate.

Nick Mathewson requested to merge nickm/arti:tor-genaddr into main

This is mostly code motion; you will likely want to review at least some of these commits with git show --color-moved.

The rationale for doing this is that I'd like to use general::SocketAddr in RPC client code, which doesn't want anything to do with rtcompat or the broader extended asynchroverse.

Calling this a Blocker since until it is merged (😄) or postponed (), @Diziet is blocked on some release tasks.

Merge request reports

Loading