zrepl/rpc/dataconn
Christian Schwarz 95e16f01c1 rpc/dataconn: audit and comment use of unsafe for readv usage
Go 1.13 will add a more precise escape analysis:
https://tip.golang.org/doc/go1.13#compiler

Reviewed usage of unsafe to ensure we adhere to the unsafe.Pointer safety rules:
https://tip.golang.org/pkg/unsafe/#Pointer
2019-08-19 18:11:25 +02:00
..
base2bufpool rpc rewrite: control RPCs using gRPC + separate RPC for data transfer 2019-03-13 13:53:48 +01:00
frameconn rpc/dataconn: fix I/O timeout on variable receive rate 2019-03-31 14:20:06 +02:00
heartbeatconn rpc/dataconn: fix I/O timeout on variable receive rate 2019-03-31 14:20:06 +02:00
microbenchmark replication/driver: automatic retries on connectivity-related errors 2019-03-13 15:00:40 +01:00
stream run golangci-lint and apply suggested fixes 2019-03-27 13:12:26 +01:00
timeoutconn rpc/dataconn: audit and comment use of unsafe for readv usage 2019-08-19 18:11:25 +02:00
dataconn_client.go format source tree using goimports 2019-03-22 19:41:12 +01:00
dataconn_debug.go run golangci-lint and apply suggested fixes 2019-03-27 13:12:26 +01:00
dataconn_server.go run golangci-lint and apply suggested fixes 2019-03-27 13:12:26 +01:00
dataconn_shared.go replication/driver: automatic retries on connectivity-related errors 2019-03-13 15:00:40 +01:00
dataconn_test.go rpc rewrite: control RPCs using gRPC + separate RPC for data transfer 2019-03-13 13:53:48 +01:00