index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-proto
/
src
/
congestion.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-proto: change some instances of `sendme_inc` to u8
Steven Engler
2026-08-12
1
-2
/
+2
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
tor-proto: vegas: return early if clock stall was detected
Steven Engler
2026-05-07
1
-5
/
+8
*
proto: Remove unnecessary feature-gating
Gabriela Moldovan
2026-03-19
1
-1
/
+1
*
proto: Make CongestionWindow Copy
Gabriela Moldovan
2025-11-17
1
-4
/
+4
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
proto: Expose RoundtripTimeEstimator more broadly.
Gabriela Moldovan
2025-09-16
1
-3
/
+0
*
proto: Pass owned CongestionWindowParams to CongestionControl::new.
Gabriela Moldovan
2025-09-04
1
-2
/
+2
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
1
-1
/
+1
*
tor-proto: send XOFF messages when the queue grows too large
Steven Engler
2025-07-16
1
-2
/
+0
*
tor-proto: add `CongestionControl::uses_xon_xoff()`
Steven Engler
2025-07-16
1
-0
/
+10
*
tor-proto: Use mockable runtime in congestion control RTT estimator.
Gabriela Moldovan
2025-06-23
1
-5
/
+6
*
tor-proto: Add an accessor for the cc algorithm.
Gabriela Moldovan
2025-06-11
1
-1
/
+10
*
tor-proto: Remove no-longer needed clone()s.
Gabriela Moldovan
2025-06-11
1
-1
/
+1
*
Remove the last traces of CircTag.
Nick Mathewson
2025-05-06
1
-6
/
+7
*
tor-proto: Add congestion control accessors for conflux.
Gabriela Moldovan
2025-05-06
1
-1
/
+32
*
tor-proto: rename `allow_stream_sendme` to `uses_stream_sendme`
Steven Engler
2025-04-23
1
-6
/
+6
*
circ: Don't send stream level SENDME with CC
David Goulet
2025-04-23
1
-1
/
+9
*
fix: fix typos
Dimitris Apostolou
2025-01-30
1
-1
/
+1
*
congestion: Use getters for all parameters
David Goulet
2025-01-16
1
-19
/
+22
*
congestion: Move code to test module
David Goulet
2025-01-16
1
-10
/
+14
*
congestion: Add standard clippy checks to tests
David Goulet
2025-01-16
1
-0
/
+14
*
congestion: Some comments and mod syntax tweaking
David Goulet
2025-01-16
1
-7
/
+1
*
congestion: Make a test_utils.rs
David Goulet
2025-01-16
1
-43
/
+5
*
proto: Add Vegas congestion control algorithm
David Goulet
2025-01-16
1
-0
/
+7
*
proto: New CongestionControl object and fixed window algorithm
David Goulet
2025-01-16
1
-7
/
+188
*
proto: Add generic objects for congestion control
David Goulet
2025-01-16
1
-0
/
+241