storj/private/server
JT Olio 0b4b04900a private/server: debounce noise and tls connections
to support TCP_FAST_OPEN, we're considering just using
two TCP connections in parallel per request, one with
and one without. this allows us to safely fire both
concurrently without stressing out the node too much.

see https://review.dev.storj.io/c/storj/storj/+/9933

Change-Id: I9aa8a0252350db5ace04ee125bfe469203e980ec
2023-03-21 16:51:31 +00:00
..
debounce private/server: debounce noise and tls connections 2023-03-21 16:51:31 +00:00
common.go all: fix error naming 2021-04-29 15:38:21 +03:00
fastopen_linux.go private/server: support tcp fastopen 2023-01-30 13:30:43 -05:00
fastopen_other.go private/server: support tcp fastopen 2023-01-30 13:30:43 -05:00
fastopen_windows.go private/server: tcp_fastopen failures should not kill the server 2023-01-31 14:48:14 +00:00
listener.go private/server: monitor incoming connection kinds 2022-03-15 21:20:32 +00:00
prefix.go storagenode: accept HTTP calls on public port, listening for monitoring requests 2022-08-26 09:38:09 +00:00
server_test.go private/server: avoid relying on timing 2023-02-01 12:33:56 +02:00
server.go private/server: debounce noise and tls connections 2023-03-21 16:51:31 +00:00
tlsdebounce.go private/server: debounce noise and tls connections 2023-03-21 16:51:31 +00:00