udp: new file structure: each worker types is submod of workers mod

This commit is contained in:
Joakim Frostegård 2021-11-21 19:39:44 +01:00
parent 2e3f7a4c9f
commit 34f263f6b9
6 changed files with 19 additions and 14 deletions

View file

@ -0,0 +1,3 @@
pub mod request;
pub mod socket;
pub mod statistics;