Fix system stack
This commit is contained in:
parent
0310956cc0
commit
ebbe32588c
3 changed files with 0 additions and 38 deletions
|
|
@ -2,7 +2,6 @@ package tun
|
|||
|
||||
import (
|
||||
"errors"
|
||||
"net"
|
||||
"os"
|
||||
"path/filepath"
|
||||
|
||||
|
|
@ -32,7 +31,3 @@ func fixWindowsFirewall() error {
|
|||
func retryableListenError(err error) bool {
|
||||
return errors.Is(err, windows.WSAEADDRNOTAVAIL)
|
||||
}
|
||||
|
||||
func acceptConn(conn net.Conn) error {
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue