Searched defs:MAX_STREAM_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance
28 static constexpr size_t MAX_STREAM_BUF_SIZE = 256; variable
36 #define MAX_STREAM_BUF_SIZE (MAX_PACKET_BUF_SIZE*2) macro
33 const MAX_STREAM_BUF_SIZE: usize = 256; const