pub fn make_socket_name(path: &str) -> Result<Name<'_>>Expand description
Build an interprocess local socket [Name] from the path returned by
socket_path.
This must use the same name-type dispatch as the server so that client and server agree on the actual IPC endpoint.