Skip to main content

socket_write

Function socket_write 

Source
pub fn socket_write(sock_id: u64, data: &[u8])
Expand description

Queue plaintext to be written by the socket’s owner thread (no-op if closed). Public so https server responses can write through the TLS channel.