aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/reactor/conflux
Commit message (Expand)AuthorAgeFilesLines
* proto: Push conflux state checks inside handshake_timeout().Gabriela Moldovan2025-09-251-2/+10
* proto: Use ConfluxCmd instead of CircuitCmd.Gabriela Moldovan2025-09-041-14/+8
* proto: Move abstract conflux handlers outside of the client module.Gabriela Moldovan2025-09-042-610/+303
* proto: Move cmd_counts_towards_seqno to a new conflux module.Gabriela Moldovan2025-09-041-3/+4
* proto: Make the ConfluxMsgHandler constructor take an abstract handler.Gabriela Moldovan2025-09-042-21/+12
* proto: Update docs to clarify how we validate SWITCH seqnos.Gabriela Moldovan2025-09-041-8/+6
* proto: Close tunnel if a leg receives consecutive SWITCH cells.Gabriela Moldovan2025-09-041-0/+14
* proto: Ensure the seqno of the first SWITCH doesn't exceed the init cwnd.Gabriela Moldovan2025-09-041-0/+17
* proto: Store the seqno of last cell delivered in the client conflux handler.Gabriela Moldovan2025-09-042-0/+12
* proto: Pass the cwnd params to the conflux message handler.Gabriela Moldovan2025-09-042-2/+20
* proto: Rename the `tunnel` module to `client` (fmt).Gabriela Moldovan2025-08-181-1/+1
* proto: Rename the `tunnel` module to `client`.Gabriela Moldovan2025-08-182-0/+626