mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
50a817e3d3
This package provide customizable TCP net.Listener with various performance-related options: * SO_REUSEPORT. This option allows linear scaling server performance on multi-CPU servers. See https://www.nginx.com/blog/socket-sharding-nginx-release-1-9-1/ for details. * TCP_DEFER_ACCEPT. This option expects the server reads from the accepted connection before writing to them. * TCP_FASTOPEN. See https://lwn.net/Articles/508865/ for details. |
||
---|---|---|
.. | ||
bufconn_test.go | ||
bufconn.go | ||
conn_bug_21133.go | ||
listen_nix.go | ||
listen_others.go | ||
listener_test.go | ||
listener.go | ||
server_test.go | ||
server.go | ||
timeoutconn.go |