diff --git a/src/tun/windows.rs b/src/tun/windows.rs index eaea05fb..e9521d4f 100644 --- a/src/tun/windows.rs +++ b/src/tun/windows.rs @@ -10,8 +10,7 @@ use crate::{crypto::PacketBuffer, subnet::Subnet}; const LINK_MTU: usize = 1400; /// Type of the tunnel used, specified when creating the tunnel. -// TODO: verify if this is correct. -const WINDOWS_TUNNEL_TYPE: &str = "Wintun"; +const WINDOWS_TUNNEL_TYPE: &str = "Mycelium"; pub async fn new( name: &str,