Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When launchpad boots without network, it should not give up until reboot #65

Open
mich181189 opened this issue Jul 12, 2019 · 1 comment
Assignees
Labels
Critical Stability Issues identified as being critical stability issues that need fixing enhancement

Comments

@mich181189
Copy link
Contributor

If the launchpad boots without network, it does not create things like announcers. This is not good because it means when the network does return, while the underlying network stack will probably recover, the ACNode software does not since it gave up after the first attempt

@mich181189 mich181189 added enhancement Critical Stability Issues identified as being critical stability issues that need fixing labels Jul 12, 2019
@mich181189 mich181189 self-assigned this Jul 12, 2019
@zymurgic
Copy link
Contributor

Observation: the standard Energia libraries lwIPDHCPWaitLeaseValid, called by Ethernet.begin() gives up after 60 seconds of waiting. Need to confirm that it will actually continue to try DHCP, and we should detect working networking more cleverly, presumably by looking for a non-linkLocal valid IPv4 address. A case for a nice function to do various networking tests?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Critical Stability Issues identified as being critical stability issues that need fixing enhancement
Projects
None yet
Development

No branches or pull requests

2 participants