Package tcplisten provides customizable TCP net.Listener with performance-related options like SO_REUSEPORT, TCP_DEFER_ACCEPT, and TCP_FASTOPEN.
go get github.com/roadrunner-server/tcplistenNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a TCP listener with SO_REUSEPORT and other optimizations.
Check platform support and handle errors gracefully; fall back to default listener if needed.
No dependency data recorded yet.