aquatic_udp: glommio: mostly implement scrape request support

This commit is contained in:
Joakim Frostegård 2021-10-23 14:42:42 +02:00
parent 08920fce5f
commit 96196239f5
2 changed files with 88 additions and 28 deletions

View file

@ -42,7 +42,7 @@ impl Default for AccessListConfig {
}
}
#[derive(Default)]
#[derive(Default, Clone)]
pub struct AccessList(HashSet<[u8; 20]>);
impl AccessList {