This website requires JavaScript.
Explore
Help
Sign In
contrib
/
fasthttp
Watch
1
Star
0
Fork
0
You've already forked fasthttp
mirror of
https://github.com/valyala/fasthttp.git
synced
2026-06-16 16:17:38 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
edcfdbcec9a77959cd89c16121ef52283dc24673
fasthttp
/
reuseport
T
History
Aliaksandr Valialkin
ce603344f8
Added build tag to reuseport.go since it includes syscall package (accoding to
https://www.youtube.com/watch?v=PAAkCSZUG1c
:) )
2015-12-03 13:11:15 +02:00
..
LICENSE
…
reuseport_bsd.go
Issue
#12
: added missing import
2015-12-01 18:08:25 +02:00
reuseport_linux.go
Removed TCP_DEFER_ACCEPT from reuseport listening socket, since it has no measurable performance wins, but has a drawback that the established connection lifetime cannot be controlled by user program until the client sends initial request
2015-11-28 09:26:18 +02:00
reuseport_test.go
Renamed NewListener to Listener to be consistent with go's net package
2015-11-20 14:55:22 +02:00
reuseport.go
Added build tag to reuseport.go since it includes syscall package (accoding to
https://www.youtube.com/watch?v=PAAkCSZUG1c
:) )
2015-12-03 13:11:15 +02:00