<feed xmlns='http://www.w3.org/2005/Atom'>
<title>embassy/embassy-net/src/tcp.rs, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/'/>
<entry>
<title>Update to embedded-io 0.7</title>
<updated>2025-12-19T11:29:50+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-10-01T19:17:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=62ed44f99af9e33d689c8308149f8f992176895f'/>
<id>62ed44f99af9e33d689c8308149f8f992176895f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add set_nagle_enabled to TcpSocket</title>
<updated>2025-11-08T06:52:33+00:00</updated>
<author>
<name>Matthias Behr</name>
<email>mbehr@mcbehr.de</email>
</author>
<published>2025-11-08T06:14:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=2c344b9a6efc7687e45897078f059d1c4c15a58f'/>
<id>2c344b9a6efc7687e45897078f059d1c4c15a58f</id>
<content type='text'>
Adding fn TcpSocket::set_nagle_enable to control
the nagle algorithm for this socket.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding fn TcpSocket::set_nagle_enable to control
the nagle algorithm for this socket.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rustfmt for edition 2024.</title>
<updated>2025-10-06T21:19:53+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2025-10-06T20:56:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=8730a013c395cf0bf4c2fa8eeb7f138288103039'/>
<id>8730a013c395cf0bf4c2fa8eeb7f138288103039</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Desugar some async fns</title>
<updated>2024-12-30T11:13:13+00:00</updated>
<author>
<name>Dániel Buga</name>
<email>bugadani@gmail.com</email>
</author>
<published>2024-12-30T11:13:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=44217aa0924e7590aa0afabdf17babd5c2ea5b82'/>
<id>44217aa0924e7590aa0afabdf17babd5c2ea5b82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: address some clippy issues</title>
<updated>2024-11-01T18:08:14+00:00</updated>
<author>
<name>Krzysztof Królczyk</name>
<email>Krzysztof.Krolczyk@o2.pl</email>
</author>
<published>2024-11-01T15:15:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=9634dfd6c119b054e232a886058d015ede5aec00'/>
<id>9634dfd6c119b054e232a886058d015ede5aec00</id>
<content type='text'>
Signed-off-by: Krzysztof Królczyk &lt;Krzysztof.Krolczyk@o2.pl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Krzysztof Królczyk &lt;Krzysztof.Krolczyk@o2.pl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(embassy-net): Implement `TcpReader::wait_read_ready()` + `TcpWriter::wait_send_ready()`</title>
<updated>2024-11-01T02:25:48+00:00</updated>
<author>
<name>Anthony Grondin</name>
<email>104731965+AnthonyGrondin@users.noreply.github.com</email>
</author>
<published>2024-10-31T20:20:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=70214fc2c23aded1f5a1b8a62425ac3aa581102f'/>
<id>70214fc2c23aded1f5a1b8a62425ac3aa581102f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3368 from AnthonyGrondin/main</title>
<updated>2024-10-21T00:35:13+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-10-21T00:35:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=e8ba9696f140e604344d84fba93bd9854de56c0a'/>
<id>e8ba9696f140e604344d84fba93bd9854de56c0a</id>
<content type='text'>
feat(embassy-net): Implement `wait_recv_ready()` + `wait_send_ready()` for UdpSocket and `wait_read_ready()` + `wait_write_ready()` for TcpSocket
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
feat(embassy-net): Implement `wait_recv_ready()` + `wait_send_ready()` for UdpSocket and `wait_read_ready()` + `wait_write_ready()` for TcpSocket
</pre>
</div>
</content>
</entry>
<entry>
<title>rustfmt for new nightly.</title>
<updated>2024-10-13T22:12:45+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-10-13T22:12:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=9a45d776d870582cda3db0db233e3f5aea15d34e'/>
<id>9a45d776d870582cda3db0db233e3f5aea15d34e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update smoltcp, embedded-nal-async to use the `core::net` IP addr types.</title>
<updated>2024-10-06T22:22:44+00:00</updated>
<author>
<name>Dario Nieuwenhuis</name>
<email>dirbaio@dirbaio.net</email>
</author>
<published>2024-10-06T21:47:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=f6155cf735678fa1e297baa4ace992af3a871ae7'/>
<id>f6155cf735678fa1e297baa4ace992af3a871ae7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(embassy-net): Implement `wait_read_ready()` + `wait_write_ready()` for TcpSocket</title>
<updated>2024-09-25T02:01:53+00:00</updated>
<author>
<name>Anthony Grondin</name>
<email>104731965+AnthonyGrondin@users.noreply.github.com</email>
</author>
<published>2024-09-24T14:42:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.d464.sh/rust/embassy/commit/?id=712fa08363067d0a0e3ff07b3bd0633bee3ba07e'/>
<id>712fa08363067d0a0e3ff07b3bd0633bee3ba07e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
