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

Fix dual stack UDP bind behavior with LWIP_IPV6_DEFINES_ONLY #2712

Merged
merged 1 commit into from Nov 28, 2023

Conversation

avtolstoy
Copy link
Member

Problem

UDP socket when bound to AF_INET6 IN6ADDR_ANY address, should normally work in dual-stack mode. With recent optimizations for Gen 3 platforms introducing LWIP_IPV6_DEFINES_ONLY, this got broken.

Solution

particle-iot/lwip#15

Steps to Test

  1. NETWORK_01_LargePacketsDontCauseIssues_ResolveMtu should pass
  2. TCPServer should also work (tested)

Example App

N/A

References


Completeness

  • User is totes amazing for contributing!
  • Contributor has signed CLA (Info here)
  • Problem and Solution clearly stated
  • Run unit/integration/application tests on device
  • Added documentation
  • Added to CHANGELOG.md after merging (add links to docs and issues)

@avtolstoy avtolstoy added this to the 5.6.0 milestone Nov 28, 2023
@avtolstoy avtolstoy marked this pull request as ready for review November 28, 2023 13:47
@avtolstoy avtolstoy merged commit f110114 into develop Nov 28, 2023
13 checks passed
@avtolstoy avtolstoy deleted the fix/dual-stack-ipv6-defines-only branch November 28, 2023 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants