ceremonyclient/go-libp2p/p2p/host/resource-manager/sys_windows.go
2023-08-20 23:07:43 -05:00

12 lines
100 B
Go

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