Skip to main content

make_socket_name

Function make_socket_name 

Source
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.