Add system stack
This commit is contained in:
parent
0efafc9963
commit
2f15b0cd3f
26 changed files with 1713 additions and 79 deletions
|
|
@ -2,14 +2,8 @@
|
|||
|
||||
package tun
|
||||
|
||||
import "context"
|
||||
|
||||
func NewLWIP(
|
||||
ctx context.Context,
|
||||
tun Tun,
|
||||
tunMtu uint32,
|
||||
udpTimeout int64,
|
||||
handler Handler,
|
||||
options StackOptions,
|
||||
) (Stack, error) {
|
||||
return nil, ErrLWIPNotIncluded
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue