eb2e4349e8
Combines the tunnelrpc and quic/schema capnp files into the same module. To help reduce future issues with capnp id generation, capnpids are provided in the capnp files from the existing capnp struct ids generated in the go files. Reduces the overall interface of the Capnp methods to the rest of the code by providing an interface that will handle the quic protocol selection. Introduces a new `rpc-timeout` config that will allow all of the SessionManager and ConfigurationManager RPC requests to have a timeout. The timeout for these values is set to 5 seconds as non of these operations for the managers should take a long time to complete. Removed the RPC-specific logger as it never provided good debugging value as the RPC method names were not visible in the logs. |
||
---|---|---|
.. | ||
auth_outcome.go | ||
auth_serialize.go | ||
auth_test.go | ||
cloudflaredrpc.go | ||
configurationrpc.go | ||
connectionrpc.go | ||
connectionrpc_test.go | ||
errors.go | ||
quic_metadata_protocol.go | ||
reconnect_tunnel.go | ||
sessionrpc.go | ||
support_test.go | ||
tunnelrpc.go | ||
tunnelrpc_test.go |