ariel_os::reexports::embassy_net

Module tcp

Available on crate feature tcp only.
Expand description

TCP sockets.

§Listening

embassy-net does not have a TcpListener. Instead, individual TcpSockets can be put into listening mode by calling TcpSocket::accept.

Incoming connections when no socket is listening are rejected. To accept many incoming connections, create many sockets and put them all into listening mode.

Modules§

  • TCP client compatible with embedded-nal-async traits.

Structs§

Enums§