Completed initial version of outbound flow
This commit is contained in:
parent
7e185db141
commit
ba3e486667
17 changed files with 491 additions and 287 deletions
|
|
@ -74,5 +74,6 @@ func CreateTUN(name string) (TUNDevice, error) {
|
|||
return &NativeTun{
|
||||
fd: fd,
|
||||
name: newName,
|
||||
mtu: 1500, // TODO: FIX
|
||||
}, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue