mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
udp: move ConnectionValidator to workers.socket.validator
This commit is contained in:
parent
9e06f8cce2
commit
8f37459298
5 changed files with 150 additions and 133 deletions
|
|
@ -10,6 +10,7 @@ use crate::common::*;
|
|||
use crate::config::Config;
|
||||
|
||||
use super::storage::PendingScrapeResponseSlab;
|
||||
use super::validator::ConnectionValidator;
|
||||
|
||||
pub fn read_requests(
|
||||
config: &Config,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue