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-15 16:07:51 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
efb4e2cd30506ae06ebce9ab47e82d83aa2e32b5
fasthttp
/
reuseport
T
History
Aliaksandr Valialkin
a0cc899f64
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
..
LICENSE
Added net.Listener with reuseport support
2015-11-20 14:46:12 +02:00
reuseport_bsd.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_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
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