storj/storagenode/contact
Yingrong Zhao a3c437a7bf satellite/contact,storagenode/contact: try ping back to nodes through
QUIC

We want to encourage storagenodes to open their udp port. This PR
changes contact service in satellite to try to connect to nodes through
QUIC. If satellite can't reach nodes through quic, it will send an error
message back to nodes. On the nodes side, it will always log out error
message from check in if the error message is not empty.
Whether satellite can reach nodes through quic has no affect on nodes'
uptime check.

Change-Id: I5ebf80f921c4a6504997d83c8bd45226da9d3703
2021-04-20 19:25:37 +00:00
..
chore.go all: golangci-lint v1.33.0 fixes (#3985) 2020-12-05 17:01:42 +01:00
contact_test.go all: fix linter complaints 2020-10-13 15:59:01 +03:00
endpoint.go pb: use *UnimplementedServer to avoid breaking API changes 2021-03-29 12:26:10 +03:00
service.go satellite/contact,storagenode/contact: try ping back to nodes through 2021-04-20 19:25:37 +00:00