Path to this page:
Subject: CVS commit: pkgsrc/net
From: ng0
Date: 2019-11-06 12:54:50
Message id: 20191106115450.22F98FA93@cvs.NetBSD.org
Log Message:
Add net/go-tcplisten version 0.0.0.20161114
go-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.
Files: