Home
last modified time | relevance | path

Searched refs:CHUNK_LEN (Results 1 – 1 of 1) sorted by relevance

/tools/netsim/rust/daemon/src/captures/
Dcaptures_handler.rs54 const CHUNK_LEN: usize = 1024; constant
97 let mut buffer = [0u8; CHUNK_LEN]; in handle_capture_get()