aboutsummaryrefslogtreecommitdiff
path: root/embassy-net/README.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-09-11 22:06:26 +0200
committerDario Nieuwenhuis <[email protected]>2024-09-16 21:17:11 +0200
commitbe0d9775e3bcc3c1bd1448e357d7c6cd67b68991 (patch)
tree5e8c444b233a86ade113b096ab1e2934b7bbc7bd /embassy-net/README.md
parent7648d42b7f23a2caad29ed6e16123b088ccdc8b5 (diff)
net: refactor to simplify lifetimes/generics.
Diffstat (limited to 'embassy-net/README.md')
-rw-r--r--embassy-net/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-net/README.md b/embassy-net/README.md
index 6b7d46934..1722ffc7b 100644
--- a/embassy-net/README.md
+++ b/embassy-net/README.md
@@ -10,8 +10,9 @@ memory management designed to work well for embedded systems, aiming for a more
10 10
11- IPv4, IPv6 11- IPv4, IPv6
12- Ethernet and bare-IP mediums. 12- Ethernet and bare-IP mediums.
13- TCP, UDP, DNS, DHCPv4, IGMPv4 13- TCP, UDP, DNS, DHCPv4
14- TCP sockets implement the `embedded-io` async traits. 14- TCP sockets implement the `embedded-io` async traits.
15- Multicast
15 16
16See the [`smoltcp`](https://github.com/smoltcp-rs/smoltcp) README for a detailed list of implemented and 17See the [`smoltcp`](https://github.com/smoltcp-rs/smoltcp) README for a detailed list of implemented and
17unimplemented features of the network protocols. 18unimplemented features of the network protocols.