<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/relay/reactor.rs, branch arti-v1.7.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.7.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.7.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-10-22T12:40:18Z</updated>
<entry>
<title>proto: Replace select! with select_biased!</title>
<updated>2025-10-22T12:40:18Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-22T12:40:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=66b69bff855f7236cf1f3ca32b6cf95fd7de2d8b'/>
<id>urn:sha1:66b69bff855f7236cf1f3ca32b6cf95fd7de2d8b</id>
<content type='text'>
We need to give the control channels higher priority here.
</content>
</entry>
<entry>
<title>proto: Update an outdated doc link</title>
<updated>2025-10-22T12:35:29Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-22T12:35:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=73a0ab3b8de7e2e86fd6f94671344e2bd2567e83'/>
<id>urn:sha1:73a0ab3b8de7e2e86fd6f94671344e2bd2567e83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Add debug log when RelayReactor shuts down</title>
<updated>2025-10-22T12:34:16Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-22T12:30:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=083a2bc7b03897c1d5b816c7005630e3ed35f99e'/>
<id>urn:sha1:083a2bc7b03897c1d5b816c7005630e3ed35f99e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Replace futures::select with import</title>
<updated>2025-10-22T12:34:16Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-22T12:27:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f32984d8e0cdd91a5cd25785804e83f103b0dc6f'/>
<id>urn:sha1:f32984d8e0cdd91a5cd25785804e83f103b0dc6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Remove no-longer relevant note on control message handling</title>
<updated>2025-10-22T12:34:16Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-22T10:47:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7fc7445c2ad26f7fb9198f123765fe4bf040d27e'/>
<id>urn:sha1:7fc7445c2ad26f7fb9198f123765fe4bf040d27e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Remove an already-addressed TODO</title>
<updated>2025-10-22T12:34:16Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-22T12:33:32Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=51507ae203589c602e80fa6a3aa8a6afafdf62a6'/>
<id>urn:sha1:51507ae203589c602e80fa6a3aa8a6afafdf62a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Handle control messages in RelayReactor</title>
<updated>2025-10-22T12:18:53Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-22T11:23:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6670b1bd293280d5870ee012419772a6795298be'/>
<id>urn:sha1:6670b1bd293280d5870ee012419772a6795298be</id>
<content type='text'>
Control messages are handled in RelayReactor instead of BackwardReactor.
</content>
</entry>
<entry>
<title>proto: Move the control channels to RelayReactor</title>
<updated>2025-10-22T10:49:39Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-22T10:26:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1ad3c296fd5893efbc7fe6384b803dfc91de2289'/>
<id>urn:sha1:1ad3c296fd5893efbc7fe6384b803dfc91de2289</id>
<content type='text'>
This only moves the control/command fields to RelayReactor. The next
step is to actually implement the control message handling and dispatch.
</content>
</entry>
<entry>
<title>proto: Ensure RelayReactor shuts down the other reactors</title>
<updated>2025-10-21T17:08:14Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-21T17:08:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b16851ea9d0a3af062687b513f507e8217e6b249'/>
<id>urn:sha1:b16851ea9d0a3af062687b513f507e8217e6b249</id>
<content type='text'>
The `RelayReactor` now holds the sending end of the shutdown broadcast
channel, so if `RelayReactor` exits, both the forward and the backward
relay reactor will notice and shut down too.

Similarly, if the forward or backward reactor exits, the `RelayReactor`
will notice (because it select!s between the two), and will shut down
</content>
</entry>
<entry>
<title>proto: Add TODO about moving control message handling to RelayReactor</title>
<updated>2025-10-21T17:08:14Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-21T17:08:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4269b466206c85c67117d00e98d711744760c00e'/>
<id>urn:sha1:4269b466206c85c67117d00e98d711744760c00e</id>
<content type='text'>
</content>
</entry>
</feed>
