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.
 
 
 
 
 
 
Harshavardhana 50a817e3d3 Use new listener which implements enhanced tcp features (#6289) 6 years ago
..
LICENSE Use new listener which implements enhanced tcp features (#6289) 6 years ago
README.md Use new listener which implements enhanced tcp features (#6289) 6 years ago
socket.go Use new listener which implements enhanced tcp features (#6289) 6 years ago
socket_darwin.go Use new listener which implements enhanced tcp features (#6289) 6 years ago
socket_other.go Use new listener which implements enhanced tcp features (#6289) 6 years ago
tcplisten.go Use new listener which implements enhanced tcp features (#6289) 6 years ago
tcplisten_bsd.go Use new listener which implements enhanced tcp features (#6289) 6 years ago
tcplisten_linux.go Use new listener which implements enhanced tcp features (#6289) 6 years ago

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.