storj/cmd
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
..
certificates Delete Bootstrap and Kademlia (#2974) 2019-10-04 16:48:41 -04:00
gateway pkg/rpc: remove read/write deadlines as a mechanism for request timeouts (#3335) 2019-10-22 17:57:24 -06:00
identity {versioncontrol,internal/version,cmd/*}: refactor version control (#3253) 2019-10-20 09:56:23 +02:00
inspector all: use pkg/rpc instead of pkg/transport 2019-09-25 15:37:06 -06:00
internal Use SaltedKeyFromPassphrase in Uplink CLI and Gateway (#2637) 2019-07-29 10:17:49 +03:00
linksharing storagenode/process: respond to Windows Service events (#3025) 2019-09-19 19:37:40 +03:00
s3-benchmark aws s3 performance tests (#2060) 2019-05-28 11:46:58 -07:00
satellite cmd/satellite: add API run command to satellite dockerfile entrypoint (#3319) 2019-10-21 09:16:59 -07:00
statreceiver Fix some leaks and add notes about close handling (#2334) 2019-06-25 23:00:51 +03:00
storagenode storagenode/cmd: add exit-status command for graceful exit (#3264) 2019-10-15 18:07:32 -04:00
storagenode-updater {internal/version,versioncontrol,cmd/storagenode-updater}: add rollout to storagenode updater (#3276) 2019-10-21 12:50:59 +02:00
storj-sim cmd/storj-sim: make postgres default to STORJ_SIM_POSTGRES (#3317) 2019-10-18 19:12:30 +03:00
uplink pkg/rpc: remove read/write deadlines as a mechanism for request timeouts (#3335) 2019-10-22 17:57:24 -06:00
versioncontrol storagenode/process: respond to Windows Service events (#3025) 2019-09-19 19:37:40 +03:00