Skip to main content

command_socket

Function command_socket 

Source
pub async fn command_socket(
    socket_path: PathBuf,
    csk: [u8; 32],
    host: String,
    quic: u16,
    tcp: u16,
    cert_der: Vec<u8>,
) -> Result<(), Report>