Searched refs:RUNNER_HELLO_SIZE (Results 1 – 1 of 1) sorted by relevance
51 const RUNNER_HELLO_SIZE: usize = 15 //RUNNER_MAGIC_NUMBER.len() // magic number constant72 let mut hello_buf = [0u8; RUNNER_HELLO_SIZE]; in new()