storj/pkg/rpc
Egon Elbre b04f9996c5 pkg/rpc: move test that needs testplanet
Move rpc test that uses testplanet into private/testplanet.

This ensures that rpc doesn't have the whole system as a dependency
making it easier to separate.

This unfortunately leaves pkg/rpc without specific tests, but
we would need to write new tests that only use the core packages.

Change-Id: I402ab3c2d50282af159c2ef3371d23b0997fef0a
2019-12-17 13:31:12 +00:00
..
rpcpeer pkg/rpc: ensure connections are quickly closed 2019-11-12 15:53:36 +00:00
rpcpool pkg/rpc/rpcpool: add idle expiration to connections 2019-12-10 20:32:11 +00:00
rpcstatus pkg/rpc/rpcstatus: do not depend on grpc/drpc build mode 2019-11-18 15:51:58 -07: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 private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
compat_drpc.go pkg/pb: add referral manager protobuf definition (#3561) 2019-11-14 12:33:00 -05:00
compat_grpc.go pkg/pb: add referral manager protobuf definition (#3561) 2019-11-14 12:33:00 -05:00
conn.go pkg/rpc: drpc connection pooling 2019-10-22 18:15:24 -06:00
dial_drpc.go pkg/rpc: Change drpcheader to save a packet 2019-12-16 13:33:39 -07:00
dial_grpc.go pkg/rpc: fix grpc dial timeouts (#3517) 2019-11-06 16:42:20 -07:00
dial.go pkg/rpc/rpcpool: add idle expiration to connections 2019-12-10 20:32:11 +00:00
gen.go pkg/rpc: generate drpc/grpc tags correctly (#3556) 2019-11-12 16:22:21 -07: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