aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/congestion_control_vegas.c
AgeCommit message (Expand)Author
2023-06-27Bug 40566: Remove unused BDP estimatorsMike Perry
2023-06-23Bug 40709: Update congestion control parametersMike Perry
2023-01-11Merge branch 'maint-0.4.7'David Goulet
2023-01-11Coverity CID 1518991: Tighter bounds on consensus param value.Mike Perry
2023-01-10cc: Rename function to avoid confusionDavid Goulet
2023-01-10Safety fixes to RFC3742Mike Perry
2023-01-10Clean up next_cc_event handling.Mike Perry
2023-01-10Avoid increasing the congestion window if it is not full.Mike Perry
2023-01-10Merge branch 'mr-674-fixup' into main+mr-674-fixupMike Perry
2023-01-10cc: Rename function to avoid confusionDavid Goulet
2023-01-10Safety fixes to RFC3742Mike Perry
2023-01-10Clean up next_cc_event handling.Mike Perry
2023-01-10Avoid increasing the congestion window if it is not full.Mike Perry
2022-12-16Fix typosDimitris Apostolou
2022-12-02Ticket 40724: Add metrics for CC circuit countsMike Perry
2022-12-01Ticket 40724: Additional congestion control metricsMike Perry
2022-11-09metrics: Use N_EWMA for moving avg, with N=100.Mike Perry
2022-11-08metrics: Record percentage of blocked channelsMike Perry
2022-11-08metrics: Report amount of cwnd drop from delta and gammaMike Perry
2022-11-07math: Replace naughty macro by an inline functionDavid Goulet
2022-11-07metrics: Add stats when reaching vegas delta or ss_cwnd_maxDavid Goulet
2022-11-07metrics: Add running average of CC cwnd when exiting slow startDavid Goulet
2022-08-11Tune congestion control parameters.Mike Perry
2022-08-11Reduce the number of vegas parameters.Mike Perry
2022-08-11Implement RFC3742 Limited Slow StartMike Perry
2022-03-03Ensure CIRC_BW event is emitted immediately upon slow start exit.Mike Perry
2022-02-22Add a delta parameter to Vegas.Mike Perry
2022-02-22Exit slow start at the gamma thresholdMike Perry
2022-02-22Increment by at least 2 sendme_incs in slow startMike Perry
2022-02-22Fix NULL pointer deref in logsMike Perry
2022-02-22Use path type hint for Vegas queue parameters.Mike Perry
2022-02-22Set new defaults for congestion control parameters.Mike Perry
2021-07-30TOR_VEGAS: Implement Prop#324 TOR_VEGAS.Mike Perry