mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
aquatic_http: glommio: use futures-rustls
This commit is contained in:
parent
b2347ef3b0
commit
afce23e321
5 changed files with 84 additions and 143 deletions
|
|
@ -27,6 +27,8 @@ use aquatic_http_protocol::{
|
|||
response::{AnnounceResponse, ScrapeResponse},
|
||||
};
|
||||
|
||||
pub type TlsConfig = futures_rustls::rustls::ServerConfig;
|
||||
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
pub struct ConsumerId(pub usize);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue