summaryrefslogtreecommitdiff
path: root/src/net/mod.rs
diff options
context:
space:
mode:
authorzy <[email protected]>2023-08-23 04:59:13 +0000
committerzy <[email protected]>2023-08-23 04:59:13 +0000
commite5038c5b0c1d5ee8026290d22734d79818533eef (patch)
tree7435e06eb8f266b616f6d6b4330f504d7b00f7f6 /src/net/mod.rs
parent086801a8d947fbcd9df43b13ecdd91986ba1b5da (diff)
重新 initudp
Diffstat (limited to 'src/net/mod.rs')
-rw-r--r--src/net/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/mod.rs b/src/net/mod.rs
new file mode 100644
index 0000000..a6f6844
--- /dev/null
+++ b/src/net/mod.rs
@@ -0,0 +1,2 @@
+pub mod tcp;
+pub mod udp; \ No newline at end of file