diff options
Diffstat (limited to 'embassy-net/README.md')
| -rw-r--r-- | embassy-net/README.md | 3 |
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 | ||
| 16 | See the [`smoltcp`](https://github.com/smoltcp-rs/smoltcp) README for a detailed list of implemented and | 17 | See the [`smoltcp`](https://github.com/smoltcp-rs/smoltcp) README for a detailed list of implemented and |
| 17 | unimplemented features of the network protocols. | 18 | unimplemented features of the network protocols. |
