Socket
Socket
Sign inDemoInstall

github.com/spiral/tcplisten

Package Overview
Dependencies
5
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github.com/spiral/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 .


Version published

Readme

Source

Total alerts

Package tcplisten provides customizable TCP net.Listener with various performance-related options:

Documentation.

The package is derived from tcplisten with modifications.

FAQs

Last updated on 09 Aug 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc