summaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorng0 <ng0@pkgsrc.org>2019-11-06 11:54:49 +0000
committerng0 <ng0@pkgsrc.org>2019-11-06 11:54:49 +0000
commit4421e6d351dbff4224a130af97d950d198187fa0 (patch)
tree243e9b4261f4c7cab468b6ba8cdad8f79f0eb6d4 /net/Makefile
parent440c31dbed1c70499d44db8ce8bd6e27ba0bc13e (diff)
downloadpkgsrc-4421e6d351dbff4224a130af97d950d198187fa0.tar.gz
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.
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile
index 18d02515245..ac4928da1cf 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1276 2019/11/05 02:21:22 gdt Exp $
+# $NetBSD: Makefile,v 1.1277 2019/11/06 11:54:49 ng0 Exp $
#
COMMENT= Networking tools
@@ -200,6 +200,7 @@ SUBDIR+= go-framestream
SUBDIR+= go-grpc
SUBDIR+= go-net
SUBDIR+= go-ovh
+SUBDIR+= go-tcplisten
SUBDIR+= go-websocket
SUBDIR+= gofish
SUBDIR+= gopher