mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 02:09:06 +00:00
adapt tun device to zerocopy (#57)
This commit is contained in:
@@ -52,6 +52,9 @@ pub enum TunnelError {
|
||||
|
||||
#[error("shutdown")]
|
||||
Shutdown,
|
||||
|
||||
#[error("tunnel error: {0}")]
|
||||
TunError(String),
|
||||
}
|
||||
|
||||
pub type StreamT = packet_def::ZCPacket;
|
||||
|
||||
Reference in New Issue
Block a user