storj/storagenode/contact
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
..
chore.go all: golangci-lint v1.33.0 fixes (#3985) 2020-12-05 17:01:42 +01:00
contact_test.go storagenode: overhaul QUIC check implementation 2022-11-09 03:15:57 +00:00
endpoint.go storagenode/contact: add authentication for PingNode endpoint 2021-05-12 18:15:32 +00:00
network.go storagenode: overhaul QUIC check implementation 2022-11-09 03:15:57 +00:00
service.go private/server: debounce noise and tls connections 2023-03-21 16:51:31 +00:00