code-scan starred fdmax
2021-09-06 16:58:16 Author: github.com(查看原文) 阅读量:30 收藏

master
Switch branches/tags

1 branch 3 tags

Latest commit

Git stats

Files

Permalink

Failed to load latest commit information.

Small Helper library that increases automatically the maximum number of file descriptors for the current go program. It can be simply imported as follows:

package main

import (
	"fmt"

	_ "github.com/projectdiscovery/fdmax/autofdmax"
)

func main() {
	fmt.Println("test")
}

文章来源: https://github.com/projectdiscovery/fdmax
如有侵权请联系:admin#unsafe.sh