Abstract. Notes from testing whether to move KeibiDrop, a post-quantum encrypted peer-to-peer filesystem, from gRPC over TCP to gRPC over QUIC. The product reads remote files on demand, so the goal is to survive an IP change, keep seek latency low, stay correct, then go fast, in that order.
Source: [Dev.to](https://dev.to/mfc_keibisoft/grpc-over-quic-faster-seeks-slower-bulk-3ia6)