refactor: remove NoGroAsyncUdpSocket (#1867)

This commit is contained in:
Luna Yao
2026-04-10 17:22:08 +02:00
committed by GitHub
parent 19c80c7b9c
commit 8311b11713
12 changed files with 401 additions and 172 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ pub mod unix;
#[derive(thiserror::Error, Debug)]
pub enum TunnelError {
#[error("io error")]
#[error("io error: {0}")]
IOError(#[from] std::io::Error),
#[error("invalid packet. msg: {0}")]
InvalidPacket(String),