cloudflared-mirror/tunnelrpc/pogs
João "Pisco" Fernandes 8bfe111cab TUN-8861: Add session limiter to TCP session manager
## Summary
In order to make cloudflared behavior more predictable and
prevent an exhaustion of resources, we have decided to add
session limits that can be configured by the user. This commit
adds the session limiter to the HTTP/TCP handling path.
For now the limiter is set to run only in unlimited mode.
2025-01-20 10:53:53 +00:00
..
cloudflared_server.go TUN-8423: Deprecate older legacy tunnel capnp interfaces 2024-05-23 11:17:49 -07:00
configuration_manager.go TUN-8422: Add metrics for capnp method calls 2024-05-28 14:14:25 -07:00
errors.go TUN-3107: UnregisterConnection shouldn't wrap nil error as RPC error 2020-06-18 21:17:43 +08:00
quic_metadata_protocol.go TUN-8861: Add session limiter to TCP session manager 2025-01-20 10:53:53 +00:00
registration_server.go TUN-8422: Add metrics for capnp method calls 2024-05-28 14:14:25 -07:00
registration_server_test.go TUN-8423: Deprecate older legacy tunnel capnp interfaces 2024-05-23 11:17:49 -07:00
session_manager.go TUN-8422: Add metrics for capnp method calls 2024-05-28 14:14:25 -07:00
tag.go TUN-8423: Deprecate older legacy tunnel capnp interfaces 2024-05-23 11:17:49 -07:00