mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
udp: new file structure: each worker types is submod of workers mod
This commit is contained in:
parent
2e3f7a4c9f
commit
34f263f6b9
6 changed files with 19 additions and 14 deletions
3
aquatic_udp/src/lib/workers/mod.rs
Normal file
3
aquatic_udp/src/lib/workers/mod.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
pub mod request;
|
||||
pub mod socket;
|
||||
pub mod statistics;
|
||||
Loading…
Add table
Add a link
Reference in a new issue