mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +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
|
|
@ -1,6 +1,7 @@
|
|||
mod requests;
|
||||
mod responses;
|
||||
mod storage;
|
||||
pub mod validator;
|
||||
|
||||
use std::time::{Duration, Instant};
|
||||
|
||||
|
|
@ -22,6 +23,7 @@ use crate::config::Config;
|
|||
use requests::read_requests;
|
||||
use responses::send_responses;
|
||||
use storage::PendingScrapeResponseSlab;
|
||||
use validator::ConnectionValidator;
|
||||
|
||||
pub fn run_socket_worker(
|
||||
_sentinel: PanicSentinel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue