Fixed cookie reply processing bug
This commit is contained in:
parent
70179f8c8c
commit
ed31e75739
10 changed files with 173 additions and 95 deletions
|
|
@ -74,6 +74,6 @@ func CreateTUN(name string) (TUNDevice, error) {
|
|||
return &NativeTun{
|
||||
fd: fd,
|
||||
name: newName,
|
||||
mtu: 1500, // TODO: FIX
|
||||
mtu: 0,
|
||||
}, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue