zrepl/rpc/dataconn/timeoutconn
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
..
internal/wireevaluator run golangci-lint and apply suggested fixes 2019-03-27 13:12:26 +01:00
timeoutconn_debug.go rpc rewrite: control RPCs using gRPC + separate RPC for data transfer 2019-03-13 13:53:48 +01:00
timeoutconn_test.go run golangci-lint and apply suggested fixes 2019-03-27 13:12:26 +01:00
timeoutconn.go rpc/dataconn: audit and comment use of unsafe for readv usage 2019-08-19 18:11:25 +02:00