experimental h3 toml config support
This commit is contained in:
parent
981a81abb2
commit
7283137343
6 changed files with 29 additions and 0 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue