mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_udp: glommio: mostly implement scrape request support
This commit is contained in:
parent
08920fce5f
commit
96196239f5
2 changed files with 88 additions and 28 deletions
|
|
@ -42,7 +42,7 @@ impl Default for AccessListConfig {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Default)]
|
||||
#[derive(Default, Clone)]
|
||||
pub struct AccessList(HashSet<[u8; 20]>);
|
||||
|
||||
impl AccessList {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue