aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/relaycell/flow_ctrl.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-cell: update docs and variable names for `Xon`Steven Engler2026-07-301-10/+13
* tor-cell: update docs and variable names for `XonKBpsEwma`Steven Engler2026-07-301-9/+9
* tor-cell: rename `XonKbpsEwma` to `XonKBpsEwma`Steven Engler2026-07-301-7/+7
* tor-cell: impl `PartialEq + Eq` on `XonKbpsEwma`Steven Engler2026-06-101-1/+1
* tor-cell: add `Display` impl for `XonKbpsEwma`Steven Engler2025-09-221-0/+9
* tor-cell: add `FlowCtrlVersion::V0`Steven Engler2025-07-161-0/+3
* tor-cell: add a const constructor for `FlowCtrlVersion`Steven Engler2025-07-151-7/+14
* tor-cell: add `Xon`/`Xoff` cellsSteven Engler2025-06-091-0/+162