Skip to main content

validate_socket_path

Function validate_socket_path 

Source
pub fn validate_socket_path(path: &Path) -> Result<()>
Expand description

Validate that a muxr Unix socket path fits the portable filesystem-socket limit.

ยงErrors

  • The path is longer than the conservative macOS sockaddr_un.sun_path capacity.