// Constants pubconst MAX_WINDOW_SIZE: WindowSize = (1 << 31) - 1; // i32::MAX as u32 pubconst DEFAULT_REMOTE_RESET_STREAM_MAX: usize = 20; pubconst DEFAULT_LOCAL_RESET_COUNT_MAX: usize = 1024; // RFC 9113 suggests allowing at minimum 100 streams, it seems reasonable to // by default allow a portion of that to be remembered as reset for some time. pubconst DEFAULT_RESET_STREAM_MAX: usize = 50; // RFC 9113#5.4.2 suggests ~1 RTT. We don't track that closely, but use a // reasonable guess of the average here. pubconst DEFAULT_RESET_STREAM_SECS: u64 = 1; pubconst DEFAULT_MAX_SEND_BUFFER_SIZE: usize = 1024 * 400;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.