storj/pkg/rpc
Jeff Wendling 013e0d94bc pkg/rpc: ensure connections are quickly closed
drpc will call Close on any transport we pass to it, but some
transports (like tls.Conn) will attempt to notify the remote
side of things. we don't want to do that, so pass a new
interface that just closes the underlying socket.

Change-Id: I53344d2747de21b3146abe4f82b8394bb8948cb5
2019-11-12 15:53:36 +00:00
..
rpcpeer pkg/rpc: ensure connections are quickly closed 2019-11-12 15:53:36 +00:00
rpcpool pkg/rpc: drpc connection pooling 2019-10-22 18:15:24 -06:00
rpcstatus drpc: enable by default (#3452) 2019-11-01 22:43:24 +01:00
common_drpc.go drpc: enable by default (#3452) 2019-11-01 22:43:24 +01:00
common_grpc.go drpc: enable by default (#3452) 2019-11-01 22:43:24 +01:00
common.go pkg/rpc: remove read/write deadlines as a mechanism for request timeouts (#3335) 2019-10-22 17:57:24 -06:00
compat_drpc.go satellite/payments: invoice creation (#3468) 2019-11-05 15:16:02 +02:00
compat_grpc.go satellite/payments: invoice creation (#3468) 2019-11-05 15:16:02 +02:00
conn.go pkg/rpc: drpc connection pooling 2019-10-22 18:15:24 -06:00
dial_drpc.go pkg/rpc: ensure connections are quickly closed 2019-11-12 15:53:36 +00:00
dial_grpc.go pkg/rpc: fix grpc dial timeouts (#3517) 2019-11-06 16:42:20 -07:00
dial.go pkg/rpc: drpc connection pooling 2019-10-22 18:15:24 -06:00
gen.go pkg/rpc: drpc connection pooling 2019-10-22 18:15:24 -06:00
known_ids_test.go pkg/rpc: defeat MITM attacks in most cases (#3215) 2019-10-12 14:34:41 -06:00
known_ids.go pkg/rpc: defeat MITM attacks in most cases (#3215) 2019-10-12 14:34:41 -06:00
rpc_test.go CI: test drpc and grpc (#3163) 2019-10-11 08:30:06 -06:00