storj/satellite/audit
JT Olio 2c6fa3c5f8
pkg/rpc: remove read/write deadlines as a mechanism for request timeouts (#3335)
libuplink was incorrectly setting timeouts to 10 seconds still, but
should have been at least 10 minutes. the order sender was setting them
to 1 hour. we don't want timeouts in uplink-side logic as it establishes
a minimum rate on tcp streams.

instead of all of this, just use tcp keep alive. tcp keep alive packets are
sent every 15 seconds and if the peer stops responding the connection
dies. this is enabled by default with go. this will kill tcp connections
when they stop working.

Change-Id: I3d7ad49f71950b3eb43044eedf4b17993116045b
2019-10-22 17:57:24 -06:00
..
chore.go all: add archview annotations (#2964) 2019-09-10 16:24:16 +03:00
containment_test.go all: fix Error.New formatting (#2840) 2019-08-21 19:30:29 +03:00
containment.go all: add archview annotations (#2964) 2019-09-10 16:24:16 +03:00
cryptosource.go satellite/audit: worker now verifies and reverifies (#2965) 2019-09-11 18:37:01 -04:00
disqualification_test.go satellite/audit: improve logging (#3285) 2019-10-16 13:48:05 +02:00
integration_test.go satellite/audit: worker now verifies and reverifies (#2965) 2019-09-11 18:37:01 -04:00
pathcollector_test.go satellite/audit: worker now verifies and reverifies (#2965) 2019-09-11 18:37:01 -04:00
pathcollector.go satellite: remove remote/inline file from BucketTally (#3041) 2019-09-13 16:51:41 +03:00
queue_test.go satellite/audit: create the audit queue, chore, and worker (#2888) 2019-09-05 11:40:52 -04:00
queue.go satellite/audit: create the audit queue, chore, and worker (#2888) 2019-09-05 11:40:52 -04:00
reporter_test.go satellite/audit: improve logging (#3285) 2019-10-16 13:48:05 +02:00
reporter.go satellite/audit: improve logging (#3285) 2019-10-16 13:48:05 +02:00
reservoir.go satellite/audit: create the audit queue, chore, and worker (#2888) 2019-09-05 11:40:52 -04:00
reverify_test.go pkg/rpc: remove read/write deadlines as a mechanism for request timeouts (#3335) 2019-10-22 17:57:24 -06:00
testplanet_helpers_test.go satellite/overlay: rename overlay.Cache to overlay.Service (#2717) 2019-08-06 19:35:59 +03:00
verifier_test.go satellite/audit: do not fail or contain nodes for audited segments that are not piece-hash-verified (#3161) 2019-10-07 16:06:10 -04:00
verifier_unit_test.go satellite/audit: worker now verifies and reverifies (#2965) 2019-09-11 18:37:01 -04:00
verifier.go satellite/audit: improve logging (#3285) 2019-10-16 13:48:05 +02:00
worker.go satellite/audit: improve logging (#3285) 2019-10-16 13:48:05 +02:00