This website requires JavaScript.
Explore
Help
Sign In
status-im
/
status-go
mirror of
https://github.com/status-im/status-go.git
Watch
2
Star
0
Fork
You've already forked status-go
0
Code
Issues
Projects
Releases
Wiki
Activity
37d3f9f612
status-go
/
vendor
/
github.com
/
libp2p
/
go-libp2p-resource-manager
/
sys_windows.go
12 lines
100 B
Go
Raw
Blame
History
//go:build windows
package
rcmgr
import
(
"math"
)
func
getNumFDs
(
)
int
{
return
math
.
MaxInt
}
Reference in New Issue
View Git Blame
Copy Permalink