aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/stream/flow_ctrl/state.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-cell: rename `XonKbpsEwma` to `XonKBpsEwma`Steven Engler2026-07-301-3/+3
* tor-proto: add `FlowCtrlHooks::inbound_queue_max_len()`Steven Engler2026-05-201-0/+12
* tor-proto: rename `{,Half}StreamFlowCtrlInner` variantsSteven Engler2026-05-201-10/+10
* tor-proto: rename `*FlowCtrl::e` to `inner`Steven Engler2026-05-071-15/+15
* tor-proto: rename `*FlowCtrlEnum` to `*FlowCtrlInner`Steven Engler2026-05-071-14/+14
* tor-proto: add prototype for `HalfStreamFlowCtrl`Steven Engler2026-05-071-2/+74
* tor-proto: comment change on `StreamFlowCtrl`Steven Engler2026-05-071-1/+6
* tor-proto: remove `StreamEndpointType`Steven Engler2025-10-141-15/+2
* proto: Move flow_ctrl module under stream.Gabriela Moldovan2025-10-071-0/+192