Completed initial version of outbound flow
This commit is contained in:
@@ -74,5 +74,6 @@ func CreateTUN(name string) (TUNDevice, error) {
|
||||
return &NativeTun{
|
||||
fd: fd,
|
||||
name: newName,
|
||||
mtu: 1500, // TODO: FIX
|
||||
}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user