<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/stream, branch arti-v2.4.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.4.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.4.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-05-21T18:29:42Z</updated>
<entry>
<title>Merge branch 'socket-buf-size' into 'main'</title>
<updated>2026-05-21T18:29:42Z</updated>
<author>
<name>opara</name>
<email>opara@torproject.org</email>
</author>
<published>2026-05-21T18:29:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7f27830adb14823cb1d27a5d55265e69eb2cc313'/>
<id>urn:sha1:7f27830adb14823cb1d27a5d55265e69eb2cc313</id>
<content type='text'>
Set socket buffer sizes (`SO_SNDBUF` and `SO_RCVBUF`) for proxy sockets

Closes #2500

See merge request tpo/core/arti!3957</content>
</entry>
<entry>
<title>tor-proto: have `StreamReqInfo` store a `ReactorStreamComponents`</title>
<updated>2026-05-21T16:35:59Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-05-21T15:13:07Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3ae295c879f773b8c6e922436fb96c020777555a'/>
<id>urn:sha1:3ae295c879f773b8c6e922436fb96c020777555a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: add a TODO item for XON/XOFF flow control</title>
<updated>2026-05-21T16:35:59Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-05-21T02:19:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a35796803d83e0221e1acfedf83a591ca77c74fc'/>
<id>urn:sha1:a35796803d83e0221e1acfedf83a591ca77c74fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: small comment improvements</title>
<updated>2026-05-21T00:36:59Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-05-13T04:17:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0a5f5c97c67e868a8a01e5639e570fa8b2cfd88b'/>
<id>urn:sha1:0a5f5c97c67e868a8a01e5639e570fa8b2cfd88b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: remove unneeded type alias</title>
<updated>2026-05-21T00:36:59Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-05-13T04:30:22Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b7769c1500fb1806e7a962a36fb0c03203f2bc1c'/>
<id>urn:sha1:b7769c1500fb1806e7a962a36fb0c03203f2bc1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: always use a bounded mpsc queue for streams</title>
<updated>2026-05-21T00:36:59Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-05-13T04:06:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4a3a9b0145c180519a298426f5bf8d4e3b2d51bd'/>
<id>urn:sha1:4a3a9b0145c180519a298426f5bf8d4e3b2d51bd</id>
<content type='text'>
Whether a stream queue should be bounded or unbounded is a decision that
needs to be made at runtime depending on the type of flow control used,
not at build-time. Window-based flow control should be bounded and
XON/XOFF flow control should be unbounded.

If we wanted to support both bounded and unbounded queues, it would take
a bunch of boilerplate code to wrap the senders and receivers in enums.
Instead we make the queue always bounded, but use a large bound for
XON/XOFF flow control.
</content>
</entry>
<entry>
<title>tor-proto: add `FlowCtrlHooks::inbound_queue_max_len()`</title>
<updated>2026-05-21T00:36:59Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-05-12T22:38:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=591fb85e5d4f72d700ec8c2f1b4751617df7ce2d'/>
<id>urn:sha1:591fb85e5d4f72d700ec8c2f1b4751617df7ce2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: rename `{,Half}StreamFlowCtrlInner` variants</title>
<updated>2026-05-21T00:36:59Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-05-11T15:57:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6bc2a1385d3bfe0795c96e2d8f721a6a7adebf23'/>
<id>urn:sha1:6bc2a1385d3bfe0795c96e2d8f721a6a7adebf23</id>
<content type='text'>
The common suffix isn't needed.
</content>
</entry>
<entry>
<title>tor-proto: add note about proxy socket buf sizes</title>
<updated>2026-05-07T15:05:59Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-05-07T02:46:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ef157fe894a6f5d87be84e1821fcbc587d3b8d28'/>
<id>urn:sha1:ef157fe894a6f5d87be84e1821fcbc587d3b8d28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: rename `*FlowCtrl::e` to `inner`</title>
<updated>2026-05-07T14:31:50Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-05-06T14:11:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=22c472a1db7faad11f8dc45766b735c6d986032d'/>
<id>urn:sha1:22c472a1db7faad11f8dc45766b735c6d986032d</id>
<content type='text'>
</content>
</entry>
</feed>
