aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/client/reactor/conflux/msghandler.rs
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-041-240/+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-041-19/+10
* proto: Store the seqno of last cell delivered in the client conflux handler.Gabriela Moldovan2025-09-041-0/+1
* proto: Pass the cwnd params to the conflux message handler.Gabriela Moldovan2025-09-041-1/+8
* proto: Rename the `tunnel` module to `client` (fmt).Gabriela Moldovan2025-08-181-1/+1
* proto: Rename the `tunnel` module to `client`.Gabriela Moldovan2025-08-181-0/+307