pub fn connect_named(
remote: UnixSocketAddr<'_>,
local: UnixSocketAddr<'_>,
) -> Result<UnixConnectResult, CoreError>Expand description
Like connect but binds the client socket to local before connecting,
so the peer name appears in /proc/net/unix with an identifiable label.