mirror of
https://github.com/threefoldtech/mycelium.git
synced 2026-06-06 15:51:40 +00:00
Fix darwin import path in tun module
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
+1
-1
@@ -10,7 +10,6 @@ use std::{
|
||||
|
||||
use futures::{Sink, Stream};
|
||||
use log::{debug, error, info};
|
||||
use mycelium::subnet::Subnet;
|
||||
use nix::sys::socket::SockaddrIn6;
|
||||
use tokio::{
|
||||
io::{AsyncReadExt, AsyncWriteExt},
|
||||
@@ -19,6 +18,7 @@ use tokio::{
|
||||
};
|
||||
|
||||
use crate::crypto::PacketBuffer;
|
||||
use crate::subnet::Subnet;
|
||||
|
||||
// TODO
|
||||
const LINK_MTU: i32 = 1400;
|
||||
|
||||
Reference in New Issue
Block a user