aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/stream/flow_ctrl/state.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-proto: add `WithSidechannelMitigations` for flow ctrlSteven Engler7 days1-2/+15
|
* 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
| | | | The common suffix isn't needed.
* 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
| | | | | This adds the general structure, and we'll fill it in and use it in a following commit.
* 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
This will be used by exits too, so I am moving it out of `client`.