Skip to main content

pipe_write

Function pipe_write 

Source
pub(crate) fn pipe_write(
    server: &Arc<ServerShared>,
    conn: &mut Smb2Conn,
    buf: &[u8],
) -> Option<Vec<u8>>
Expand description

Feed client bytes into a pipe RPC dispatcher; None when file_id is not a pipe. Returns the WRITE response body.