NetBSD/pkgsrc-wip 06f30df. Makefile, go-tcplisten Makefile buildlink3.mk

wip/go-tcplisten: import go-tcplisten-0.0.0

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.
DeltaFile
+19-0go-tcplisten/Makefile
+15-0go-tcplisten/buildlink3.mk
+11-0go-tcplisten/PLIST
+9-0go-tcplisten/DESCR
+6-0go-tcplisten/distinfo
+1-0Makefile
+61-06 files

UnifiedSplitRaw