blob: 8a588efca233493758fb2e2b3cc04858afc562a4 [file] [log] [blame]
pub mod flush_unsaved_buffer;
pub mod poll_messages;
pub mod send_messages;
const MAX_HEADERS_SIZE: u32 = 100 * 1000;
pub const MAX_PAYLOAD_SIZE: u32 = 10 * 1000 * 1000;