You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
..
LICENSE
README.md
socket.go
socket_darwin.go
socket_other.go
tcplisten.go
tcplisten_bsd.go
tcplisten_linux.go

README.md

Build Status GoDoc Go Report

Package tcplisten provides customizable TCP net.Listener with various performance-related options:

Documentation.

The package is derived from go_reuseport.