<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-proto/src/stream/flow_ctrl, branch arti-v2.2.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.2.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.2.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-11-24T16:47:11Z</updated>
<entry>
<title>proto: Move StreamTarget to stream module</title>
<updated>2025-11-24T16:47:11Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-11-12T11:38:14Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1815ab9a0fedfc66d98ceac549fa2fe5fb023a8b'/>
<id>urn:sha1:1815ab9a0fedfc66d98ceac549fa2fe5fb023a8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Adjust a comment about a buffer size.</title>
<updated>2025-10-28T23:43:26Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-10-28T23:43:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c60bd3ab46786ee199b63fee426c413ed3e69c79'/>
<id>urn:sha1:c60bd3ab46786ee199b63fee426c413ed3e69c79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: update unit test</title>
<updated>2025-10-15T00:32:14Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-15T00:08:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9e1cdad7e1d3915b3e9a9bc3f987f50604859a3b'/>
<id>urn:sha1:9e1cdad7e1d3915b3e9a9bc3f987f50604859a3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: relax XON limits</title>
<updated>2025-10-15T00:32:14Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-15T00:31:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=510c01fcac0560947b7c5bc1befc52f59a5b1c8b'/>
<id>urn:sha1:510c01fcac0560947b7c5bc1befc52f59a5b1c8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: remove `StreamEndpointType`</title>
<updated>2025-10-15T00:32:03Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-14T23:39:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9c965734d86a3c784e79f26442f3dab438477602'/>
<id>urn:sha1:9c965734d86a3c784e79f26442f3dab438477602</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: relax XOFF limits</title>
<updated>2025-10-15T00:31:58Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-14T23:38:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c8f8cbca3dfaf801a6e710ac5fca3bfb7372a931'/>
<id>urn:sha1:c8f8cbca3dfaf801a6e710ac5fca3bfb7372a931</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-proto: add derives for `CellCount`</title>
<updated>2025-10-14T23:22:16Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2025-10-14T23:22:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d61c42cbe54543b893dc35f71a9c4c97dc497736'/>
<id>urn:sha1:d61c42cbe54543b893dc35f71a9c4c97dc497736</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Fix flow control docs post-move.</title>
<updated>2025-10-07T17:01:19Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-07T17:01:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c5722b15699721338ea5d76bc32c84c9345ce3c3'/>
<id>urn:sha1:c5722b15699721338ea5d76bc32c84c9345ce3c3</id>
<content type='text'>
`StreamFlowCtrl` is no longer accessible via `tor_proto::client`, so I
had to update one of the (doc) imports with its new path

Also, I had to change a couple of imports to use `DataWriter` and
`DataStream` from `crate::client::stream` instead of
`crate::client::stream::data`, because the latter is not visible from
`flow_ctrl` anymore.
</content>
</entry>
<entry>
<title>proto: Move flow_ctrl module under stream (fmt).</title>
<updated>2025-10-07T09:31:47Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-01T16:37:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c27894b03e7731d7523f966c27fe70a62a384e11'/>
<id>urn:sha1:c27894b03e7731d7523f966c27fe70a62a384e11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>proto: Move flow_ctrl module under stream.</title>
<updated>2025-10-07T09:31:47Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-10-01T16:33:10Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3fcc257517dd8ba4b111364b09237d547ce3c836'/>
<id>urn:sha1:3fcc257517dd8ba4b111364b09237d547ce3c836</id>
<content type='text'>
This will be used by exits too, so I am moving it out of `client`.
</content>
</entry>
</feed>
