storj/pkg/server
Yingrong Zhao 0de3709f71 pkg/server: implement hybrid connector for tcp fallback
This PR introduces a new connector that will try to establish a tcp and
a quic connection concurrently and returns the connection that's
ready first. If both connections are ready around the same time, it will
prioritize/return quic connection.

Change-Id: Ib87175321516125526aa01c96386bdc8d3b863b0
2021-02-03 14:22:50 -05:00
..
common.go all: add missing dots 2020-08-11 17:50:01 +03:00
connector_test.go pkg/server: implement hybrid connector for tcp fallback 2021-02-03 14:22:50 -05:00
connector.go pkg/server: implement hybrid connector for tcp fallback 2021-02-03 14:22:50 -05:00
listener.go pkg/server,private/testplanet: start to listen on quic 2021-01-27 11:03:42 -05:00
server.go pkg/server,pkg/quic: accept an existing conn to create quic listener and 2021-02-03 12:04:29 -05:00