mirror of
https://github.com/telemt/telemt.git
synced 2026-09-15 23:14:09 +03:00
WEB Carrier: https-lanes
Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com>
This commit is contained in:
@@ -4,6 +4,8 @@ use crate::config::WebLimitsConfig;
|
||||
|
||||
/// Fixed WEB frame header size.
|
||||
pub(crate) const HEADER_BYTES: usize = 8;
|
||||
/// Largest stream identifier representable by the WEB frame header.
|
||||
pub(crate) const MAX_STREAM_ID: u32 = 0x00ff_ffff;
|
||||
/// Initial bidirectional stream credit.
|
||||
pub(crate) const INITIAL_STREAM_WINDOW: u32 = 4 * 1024 * 1024;
|
||||
/// Maximum data chunk emitted by the server.
|
||||
|
||||
Reference in New Issue
Block a user