storj/pkg
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
..
cache pkg/cache: fix expiration test 2020-01-19 19:31:31 +02:00
listenmux pkg/listenmux: resolve deadlock in test 2019-09-20 21:16:59 +00:00
quic pkg/server,pkg/quic: accept an existing conn to create quic listener and 2021-02-03 12:04:29 -05:00
revocation pkg/revocation: pass ctx into opening the database 2020-10-29 07:15:36 +00:00
server pkg/server: implement hybrid connector for tcp fallback 2021-02-03 14:22:50 -05:00