8a05534ad1
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.
11 lines
595 B
Text
11 lines
595 B
Text
@comment $NetBSD: PLIST,v 1.1 2019/11/06 11:54:49 ng0 Exp $
|
|
gopkg/pkg/${GO_PLATFORM}/github.com/valyala/tcplisten.a
|
|
gopkg/src/github.com/valyala/tcplisten/LICENSE
|
|
gopkg/src/github.com/valyala/tcplisten/README.md
|
|
gopkg/src/github.com/valyala/tcplisten/socket.go
|
|
gopkg/src/github.com/valyala/tcplisten/socket_darwin.go
|
|
gopkg/src/github.com/valyala/tcplisten/socket_other.go
|
|
gopkg/src/github.com/valyala/tcplisten/tcplisten.go
|
|
gopkg/src/github.com/valyala/tcplisten/tcplisten_bsd.go
|
|
gopkg/src/github.com/valyala/tcplisten/tcplisten_linux.go
|
|
gopkg/src/github.com/valyala/tcplisten/tcplisten_test.go
|