Skip to main content

process_single

Function process_single 

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

Process exactly one SMB2 request starting at buf (its own header).