minio/vendor
Harshavardhana 50a817e3d3 Use new listener which implements enhanced tcp features (#6289)
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.
2018-08-17 18:44:02 -07:00
..
cloud.google.com/go Implement gateway support Google Cloud Storage 2017-06-16 14:47:02 -07:00
github.com Use new listener which implements enhanced tcp features (#6289) 2018-08-17 18:44:02 -07:00
go.uber.org Update federation target to etcd/clientv3 (#6119) 2018-07-12 14:12:40 -07:00
golang.org/x Update federation target to etcd/clientv3 (#6119) 2018-07-12 14:12:40 -07:00
google.golang.org Update federation target to etcd/clientv3 (#6119) 2018-07-12 14:12:40 -07:00
gopkg.in tests: Remove dependency on check.v1 (#5034) 2017-10-10 02:14:42 -07:00
vendor.json Use new listener which implements enhanced tcp features (#6289) 2018-08-17 18:44:02 -07:00