mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
aquatic_udp glommio: detach tasks, await them later; add debug logging
This commit is contained in:
parent
2cc357f2f2
commit
047d138b2b
4 changed files with 27 additions and 13 deletions
|
|
@ -12,7 +12,7 @@ use config::Config;
|
|||
pub const APP_NAME: &str = "aquatic_udp: UDP BitTorrent tracker";
|
||||
|
||||
pub fn run(config: Config) -> ::anyhow::Result<()> {
|
||||
mio::run(config)
|
||||
glommio::run(config)
|
||||
}
|
||||
|
||||
pub fn update_access_list(config: &Config, access_list: &Arc<AccessListArcSwap>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue