aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/utils/fdlimit_freebsd.go
Commit message (Collapse)AuthorAgeFilesLines
* common/fdlimit: Move fdlimit files to separate package (#15850)Ricardo Domingos2018-01-121-64/+0
| | | | | | | | | | | | | | * common/fdlimit: Move fdlimit files to separate package When go-ethereum is used as a library the calling program need to set the FD limit. This commit extract fdlimit files to a separate package so it can be used outside of go-ethereum. * common/fdlimit: Remove FdLimit from functions signature * common/fdlimit: Rename fdlimit functions
* cmd/utils: add check on fd hard limit, skip test if below target (#15684)lash2017-12-211-0/+10
| | | | | | | | | | * cmd/utils: Add check on hard limit, skip test if below target * cmd/utils: Cross platform compatible fd limit test * cmd/utils: Remove syscall.Rlimit in test * cmd/utils: comment fd utility method
* cmd/utils: fix build on *BSDFelix Lange2016-05-091-0/+54