go-waku/cmd/waku/sys_windows.go

12 lines
99 B
Go
Raw Normal View History

2023-05-24 15:34:35 +00:00
//go:build windows
2023-07-06 21:40:57 +00:00
package main
2023-05-24 15:34:35 +00:00
import (
"math"
)
func getNumFDs() int {
return math.MaxInt
}