Path to this page:
./
net/go-tcplisten,
Customizable TCP net.Listener for Go
Branch: pkgsrc-2019Q4,
Version: 0.0.0.20161114nb1,
Package name: go-tcplisten-0.0.0.20161114nb1,
Maintainer: ng0go-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.
Master sites:
Version history: (Expand)
- (2020-01-02) Package added to pkgsrc.se, version go-tcplisten-0.0.0.20161114nb1 (created)