aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/congestion_control_flow.c
AgeCommit message (Expand)Author
2023-04-06Prop#329 streams: Handle stream usage with confluxMike Perry
2022-11-09metrics: Use N_EWMA for moving avg, with N=100.Mike Perry
2022-11-07math: Replace naughty macro by an inline functionDavid Goulet
2022-11-07metrics: Add flow control metrics.Mike Perry
2022-03-16Merge branch 'tor-gitlab/mr/490'David Goulet
2022-03-14Emit control port notification for XON/XOFFMike Perry
2022-02-25Fix typosDimitris Apostolou
2022-02-22Set new defaults for congestion control parameters.Mike Perry
2022-02-22cc: Change edge_get_ccontrol() to look at both cpath and on_circuitDavid Goulet
2022-02-22Congestion control usage of negotiated paramsMike Perry
2021-10-29Use TOR_PRIuSZ instead of %ld for CC logging.Alexander Færøy
2021-10-05cc: Fix 32bit arithmetic to actually be 64bitDavid Goulet
2021-10-04cc: Add comments and clean up some syntaxDavid Goulet
2021-10-04Prop#324: Stream flow control functionsMike Perry