An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/theblackturtle/tcplisten

Package tcplisten provides customizable TCP net.Listener with various performance-related options: SO_REUSEPORT. This option allows linear scaling server performance on multi-CPU servers. See https://www.nginx.com/blog/socket-sharding-nginx-release-1-9-1/ for details. TCP_DEFER_ACCEPT. This option expects the server reads from the accepted connection before writing to them. TCP_FASTOPEN. See https://lwn.net/Articles/508865/ for details. The package is derived from https://github.com/kavu/go_reuseport .

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/theblackturtle/tcplisten
License: MIT
Latest release: over 2 years ago
First release: over 2 years ago
Namespace: github.com/theblackturtle
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 2 months ago

    Loading...
    Readme
    Loading...