status-go/vendor/github.com/libp2p/go-libp2p-resource-manager/sys_windows.go

12 lines
100 B
Go

//go:build windows
package rcmgr
import (
"math"
)
func getNumFDs() int {
return math.MaxInt
}