Function openssh_mux_client::shutdown_mux_master
source ยท pub fn shutdown_mux_master<P: AsRef<Path>>(path: P) -> Result<()>
Expand description
Request the master to stop accepting new multiplexing requests and remove its listener socket.
Only suitable to use in Drop::drop
.