Minor fixes
This commit is contained in:
parent
4c81c8a62a
commit
7812930a48
5 changed files with 10 additions and 7 deletions
|
|
@ -7,6 +7,10 @@ import (
|
|||
"github.com/sagernet/gvisor/pkg/tcpip/stack"
|
||||
)
|
||||
|
||||
func init() {
|
||||
fdbased.BufConfig = []int{65535}
|
||||
}
|
||||
|
||||
var _ GVisorTun = (*NativeTun)(nil)
|
||||
|
||||
func (t *NativeTun) NewEndpoint() (stack.LinkEndpoint, stack.NICOptions, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue