You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting up a USB Ethernet device (eg. CoAP on STM32WB55), it takes several seconds for DHCP to settle.
My impression is that DHCP does retransmissions, starts before the link is ready, wastes a few retransmits before the link is really there (or the DHCP server is responsive).
Hardware/ Setup
STM32WB55 attached to USB where a NetworkManager managed Linux host is sharing a connection.
Possible Solution
Wait with DHCP solicitation until the link is up, or restart it.
Would you like to work on fixing this bug?
Yes
The text was updated successfully, but these errors were encountered:
Summary
When starting up a USB Ethernet device (eg. CoAP on STM32WB55), it takes several seconds for DHCP to settle.
My impression is that DHCP does retransmissions, starts before the link is ready, wastes a few retransmits before the link is really there (or the DHCP server is responsive).
Hardware/ Setup
STM32WB55 attached to USB where a NetworkManager managed Linux host is sharing a connection.
Possible Solution
Wait with DHCP solicitation until the link is up, or restart it.
Would you like to work on fixing this bug?
Yes
The text was updated successfully, but these errors were encountered: