mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 18:25:30 +00:00
WIP: udp io-uring experiments
This commit is contained in:
parent
f93db6a9f2
commit
c949bde532
4 changed files with 548 additions and 2 deletions
|
|
@ -17,6 +17,7 @@ use crate::config::Config;
|
|||
pub mod common;
|
||||
pub mod handlers;
|
||||
pub mod network;
|
||||
pub mod network_uring;
|
||||
pub mod tasks;
|
||||
|
||||
use common::State;
|
||||
|
|
@ -98,7 +99,7 @@ pub fn run_inner(config: Config, state: State) -> ::anyhow::Result<()> {
|
|||
WorkerIndex::SocketWorker(i),
|
||||
);
|
||||
|
||||
network::run_socket_worker(
|
||||
network_uring::run_socket_worker(
|
||||
state,
|
||||
config,
|
||||
i,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue