ceremonyclient/go-libp2p/p2p/host/resource-manager/sys_windows.go

12 lines
100 B
Go
Raw Normal View History

2023-08-21 03:50:38 +00:00
//go:build windows
package rcmgr
import (
"math"
)
func getNumFDs() int {
return math.MaxInt
}