zrepl/transport/tcp
Christian Schwarz bcb5965617 [#307] rpc: proper handling of context cancellation for transportmux + dataconn
- prior to this patch, context cancellation would leave rpc.Server open
- did not make problems because context was only cancelled by SIGINT,
  which was immediately followed by os.Exit
2020-05-18 19:46:24 +02:00
..
connect_tcp.go rpc rewrite: control RPCs using gRPC + separate RPC for data transfer 2019-03-13 13:53:48 +01:00
serve_tcp_ipmap_test.go transport/tcp: support for CIDR-mask based ACLs + client-identities 2020-05-15 21:17:01 +02:00
serve_tcp_ipmap.go transport/tcp: support for CIDR-mask based ACLs + client-identities 2020-05-15 21:17:01 +02:00
serve_tcp.go [#307] rpc: proper handling of context cancellation for transportmux + dataconn 2020-05-18 19:46:24 +02:00