embassy/embassy-net/src
Gabriel Górski 18c9bcd44a net: Reset DHCP socket when the link up is detected
Previously, because DHCP DISCOVER is sent before the link is
established, socket has to timeout first. Which takes extra 10 s.

Now if the state of the link changed to up, socket is explicitly reset
so the DISCOVER is repeated much earlier and DHCP configuration is
acquired much faster.
2023-10-23 11:07:21 +02:00
..
device.rs net/driver: remove Medium, make HardwareAddress non_exhaustive. 2023-10-18 05:28:16 +02:00
dns.rs Update to embedded-io 0.5 (#1752) 2023-08-07 13:43:09 +02:00
fmt.rs Sync all fmt.rs files. 2023-08-30 01:37:18 +02:00
lib.rs net: Reset DHCP socket when the link up is detected 2023-10-23 11:07:21 +02:00
tcp.rs net: remove atomic-polyfill. 2023-10-12 02:07:26 +02:00
time.rs net: do not use smoltcp Instant/Duration in public API. 2023-05-15 00:53:30 +02:00
udp.rs add SocketNotBound error message 2023-09-10 20:13:56 +02:00