aboutsummaryrefslogtreecommitdiffstats
path: root/common/fdlimit/fdlimit_windows.go
Commit message (Collapse)AuthorAgeFilesLines
* all: update license information (#16089)Felix Lange2018-02-141-8/+8
|
* common/fdlimit: Move fdlimit files to separate package (#15850)Ricardo Domingos2018-01-121-0/+47
* 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