pub fn socket_write(sock_id: u64, data: &[u8])
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.
https