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
/
params.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-proto: change some instances of `sendme_inc` to u8
Steven Engler
2026-08-12
1
-6
/
+4
*
hsclient: Support protocol negotiation for CGO and flowctrl-cc
Nick Mathewson
2026-07-02
1
-0
/
+6
*
proto: Add a test helper function for building a CircNetParameters
David Goulet
2026-04-14
1
-0
/
+55
*
tor-proto: derive `strum::EnumDiscriminants` for `Algorithm`
Steven Engler
2026-04-08
1
-1
/
+4
*
proto: Pass owned CongestionWindowParams to CongestionControl::new.
Gabriela Moldovan
2025-09-04
1
-0
/
+1
*
proto: Derive Copy for CongestionWindowParams.
Gabriela Moldovan
2025-09-04
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-1
/
+1
*
Rename and invert the sense of requires_stream_level_sendmes.
Nick Mathewson
2025-07-23
1
-4
/
+8
*
proto: Send extensions as appropriate to negotiate CGO.
Nick Mathewson
2025-07-23
1
-0
/
+11
*
tor-proto: Remove no-longer needed clone()s.
Gabriela Moldovan
2025-06-11
1
-1
/
+1
*
tor-proto: Derive Copy for FixedWindowParams.
Gabriela Moldovan
2025-06-11
1
-1
/
+1
*
tor-proto: Derive Copy for VegasParams.
Gabriela Moldovan
2025-06-11
1
-2
/
+2
*
proto: Refactor cc fallback.
Nick Mathewson
2025-06-10
1
-4
/
+4
*
Move responsibility for choosing extensions into tor-proto
Nick Mathewson
2025-06-10
1
-1
/
+1
*
proto: Split CircParameters and NegotiatedHopSettings
Nick Mathewson
2025-06-10
1
-8
/
+5
*
tor-proto: expand docs for `CongestionWindowParams::set_sendme_inc`
Steven Engler
2025-04-23
1
-1
/
+5
*
tests: Add CC ntorv3 negotiation unit test
David Goulet
2025-04-23
1
-0
/
+23
*
circ: Apply possible subprotocol changes to circ params
David Goulet
2025-04-23
1
-1
/
+5
*
congestion: Setup a fallback algorithm in the params
David Goulet
2025-04-23
1
-0
/
+7
*
circ: Set the negotiated CC sendme_inc from handshake
David Goulet
2025-04-23
1
-0
/
+38
*
fix: fix typos
Dimitris Apostolou
2025-01-30
1
-1
/
+1
*
congestion: Use getters for all parameters
David Goulet
2025-01-16
1
-33
/
+52
*
congestion: Remove Default from every parameters
David Goulet
2025-01-16
1
-24
/
+4
*
congestion: Make the cc_alg values a caret_int for better code semantic
David Goulet
2025-01-16
1
-0
/
+14
*
congestion: Remove FixedWindow start window default value
David Goulet
2025-01-16
1
-11
/
+2
*
proto: Add Vegas congestion control algorithm
David Goulet
2025-01-16
1
-0
/
+60
*
proto: New CongestionControl object and fixed window algorithm
David Goulet
2025-01-16
1
-0
/
+50
*
proto: Add generic objects for congestion control
David Goulet
2025-01-16
1
-0
/
+68