implement quinn max_idle_timeout (for persistant eventeventsource listener)
This commit is contained in:
parent
d2b5cdcc5b
commit
58f1918b3c
7 changed files with 18 additions and 1 deletions
|
|
@ -37,6 +37,8 @@ pub struct Globals {
|
|||
pub h3_max_concurrent_unistream: quinn::VarInt,
|
||||
#[cfg(feature = "http3")]
|
||||
pub h3_max_concurrent_connections: u32,
|
||||
#[cfg(feature = "http3")]
|
||||
pub h3_max_idle_timeout: Option<quinn::IdleTimeout>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Default)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue