experimental h3 toml config support

This commit is contained in:
Jun Kurihara 2022-07-05 19:30:28 +09:00
commit 7283137343
No known key found for this signature in database
GPG key ID: 48ADFD173ED22B03
6 changed files with 29 additions and 0 deletions

View file

@ -16,6 +16,7 @@ pub struct Globals {
pub clients_count: ClientsCount,
pub max_concurrent_streams: u32,
pub keepalive: bool,
pub http3: bool,
pub runtime_handle: tokio::runtime::Handle,
}