Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dp2_tcp_streams.rs91 let big_buffer_size = client in test_tcp_shutdown_should_not_lose_data() localVariable
96 assert!(big_buffer_size > small_buffer_size); in test_tcp_shutdown_should_not_lose_data()
97 let outgoing_data = vec![0; big_buffer_size as usize]; in test_tcp_shutdown_should_not_lose_data()