minio/cmd/http
Harshavardhana 631c78e655
Bump up soMaxConn backlog for listener to 2048 (#6416)
soMaxConn value is 128 on almost all linux systems,
this value is too low for Minio at times when used
against large concurrent workload e.g: spark applications
this causes a sort of SYN flooding observed by the kernel
to allow for large backlog increase this value to 2048.

With this value we do not see anymore SYN flooding
kernel messages.
2018-09-05 13:16:19 -07:00
..
bufconn.go Add RPC counters for HTTP stats. (#6206) 2018-08-30 14:17:58 +05:30
bufconn_test.go Add RPC counters for HTTP stats. (#6206) 2018-08-30 14:17:58 +05:30
conn_bug_21133.go Move http package inside cmd (#5776) 2018-04-05 14:19:27 -07:00
listen_nix.go Bump up soMaxConn backlog for listener to 2048 (#6416) 2018-09-05 13:16:19 -07:00
listen_others.go Allow fallback listen if first listener fails (#6380) 2018-08-31 13:17:05 -07:00
listener.go Allow fallback listen if first listener fails (#6380) 2018-08-31 13:17:05 -07:00
listener_test.go Allow fallback listen if first listener fails (#6380) 2018-08-31 13:17:05 -07:00
server.go Add RPC counters for HTTP stats. (#6206) 2018-08-30 14:17:58 +05:30
server_test.go Implement auto cert reloading (#5963) 2018-05-31 12:30:15 -07:00
timeoutconn.go Implement HTTP POST based RPC (#5840) 2018-06-06 14:21:56 +05:30