embassy/embassy-net/src
trepidacious abe7f9921e Update ReadReady and WriteReady implementations
Update `ReadReady` for `TcpReader` to match implementation for `TcpSocket`
Update `WriteReady` implementations to use `can_recv()` rather than `may_recv()`, since this will check that the transmit buffer is not full.
2024-07-01 20:59:27 +01:00
..
device.rs net: add packet-trace feature. 2024-01-10 14:06:15 +01:00
dns.rs dns: properly handle AddrType::Either in get_host_by_name() 2024-06-11 11:39:07 +02:00
fmt.rs Add collapse_debuginfo to fmt.rs macros. 2024-06-17 01:38:57 +02:00
lib.rs Reduce use of the full futures crate. 2024-04-26 23:22:25 +02:00
raw.rs Removed generic type parameter. 2024-04-11 10:34:17 +02:00
tcp.rs Update ReadReady and WriteReady implementations 2024-07-01 20:59:27 +01:00
time.rs net: do not use smoltcp Instant/Duration in public API. 2023-05-15 00:53:30 +02:00
udp.rs fixup! net/udp: Relay full UdpMetadata instead of only remote endpoint in poll_ functions 2024-04-19 15:54:56 +02:00