go-libp2p-resource-manager/sys_windows.go
2022-07-02 15:21:50 +02:00

12 lines
100 B
Go

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