<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/client/reactor/conflux, branch main</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=main</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-09-25T13:37:41Z</updated>
<entry>
<title>proto: Push conflux state checks inside handshake_timeout().</title>
<updated>2025-09-25T13:37:41Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-09-15T17:02:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=606cd2b256470962ddb57116e12d9bc0daed1505'/>
<id>urn:sha1:606cd2b256470962ddb57116e12d9bc0daed1505</id>
<content type='text'>
This simplifies the calling code, which will, in turn, make it easier
for us to simplify the logic in ConfluxSet::next_circ_action() and
abolish the questionable use of FuturesUnordered.
</content>
</entry>
<entry>
<title>proto: Use ConfluxCmd instead of CircuitCmd.</title>
<updated>2025-09-04T15:38:59Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-09-01T14:47:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8272fbcf219e05ef779cb04df7e641781ce2fbb6'/>
<id>urn:sha1:8272fbcf219e05ef779cb04df7e641781ce2fbb6</id>
<content type='text'>
This enables us to make the conflux handler logic
implementation-agnostic (we want to avoid using `CircuitCmd` here,
because it is specific to client circuits).
</content>
</entry>
<entry>
<title>proto: Move abstract conflux handlers outside of the client module.</title>
<updated>2025-09-04T15:38:59Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-09-01T13:30:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=69c831be5fa607b6ad1c6fa7ba7e0668b82e9e75'/>
<id>urn:sha1:69c831be5fa607b6ad1c6fa7ba7e0668b82e9e75</id>
<content type='text'>
This moves the shared types under `tor_proto::conflux`.

Note: the shared types currently import `CircuitCmd` from `client`. A
future commit will change the signature of `handle_msg` to return
something other than `CircuitCmd` (this will also improve readability,
because in reality, that function can never return most `CircuitCmd`
variants).
</content>
</entry>
<entry>
<title>proto: Move cmd_counts_towards_seqno to a new conflux module.</title>
<updated>2025-09-04T15:38:59Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-09-01T13:34:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=896d73752f5991d9d8d1e8c85a34cbb9b777894d'/>
<id>urn:sha1:896d73752f5991d9d8d1e8c85a34cbb9b777894d</id>
<content type='text'>
`tor_proto::conflux` is where the shared conflux logic will live.
Soon the generic parts of the conflux handlers will be moved there
(whereas the client-specific `AbstractConfluxMsgHandler` impl will
continue living under `tor_proto::client`).
</content>
</entry>
<entry>
<title>proto: Make the ConfluxMsgHandler constructor take an abstract handler.</title>
<updated>2025-09-04T15:38:59Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-09-01T12:56:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e3f17eae5732516c8f529c3951f00ea82dd6f1dc'/>
<id>urn:sha1:e3f17eae5732516c8f529c3951f00ea82dd6f1dc</id>
<content type='text'>
This will enable us to pull `ConfluxMsgHandler` outside of the `client`
module (this is needed because relays are meant to use this type as
well, but with a different `AbstractMsgHandler`)
</content>
</entry>
<entry>
<title>proto: Update docs to clarify how we validate SWITCH seqnos.</title>
<updated>2025-09-04T09:13:55Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-08-26T11:07:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=076c73f2983057a2349fe6d2e66e358d1add0121'/>
<id>urn:sha1:076c73f2983057a2349fe6d2e66e358d1add0121</id>
<content type='text'>
Also removes all the TODOs related to #2031 (which is now addressed).
</content>
</entry>
<entry>
<title>proto: Close tunnel if a leg receives consecutive SWITCH cells.</title>
<updated>2025-09-04T09:13:55Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-08-26T10:57:46Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5852e6b3a47137cc2a578098e0df06ae5454e88c'/>
<id>urn:sha1:5852e6b3a47137cc2a578098e0df06ae5454e88c</id>
<content type='text'>
Closes #2031
</content>
</entry>
<entry>
<title>proto: Ensure the seqno of the first SWITCH doesn't exceed the init cwnd.</title>
<updated>2025-09-04T09:13:55Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-08-22T10:55:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8a93bbb72df2fb68100cd363be0bf3f7bd27c23f'/>
<id>urn:sha1:8a93bbb72df2fb68100cd363be0bf3f7bd27c23f</id>
<content type='text'>
This partially addresses #2031
</content>
</entry>
<entry>
<title>proto: Store the seqno of last cell delivered in the client conflux handler.</title>
<updated>2025-09-04T09:13:55Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-08-26T10:10:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9c397ef056388f3efa25a1ca5ff3f7c40c60d0c4'/>
<id>urn:sha1:9c397ef056388f3efa25a1ca5ff3f7c40c60d0c4</id>
<content type='text'>
This will be needed for the SWITCH seqno validation logic.

Part of #2031
</content>
</entry>
<entry>
<title>proto: Pass the cwnd params to the conflux message handler.</title>
<updated>2025-09-04T09:13:54Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-08-22T10:30:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c97a1a8e59d5a46950648162ed6799ab54012ae9'/>
<id>urn:sha1:c97a1a8e59d5a46950648162ed6799ab54012ae9</id>
<content type='text'>
These will be used for validating SWITCH cells.

Part of #2031
</content>
</entry>
</feed>
