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/enable UDP packet reassembly #7036

Merged
merged 8 commits into from Feb 22, 2020
Merged

Commits on Jan 26, 2020

  1. Fix/enable UDP packet reassembly

    UdpContext didn't care about pbuf chaining when receiving datagrams, leading
    to fragments delivered to the application as individual packets.
    szekelyisz committed Jan 26, 2020
    Copy the full SHA
    afc2494 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dd45763 View commit details
    Browse the repository at this point in the history
  3. Provide pbuf_get_contiguous for backwards compatibility with LwIP 1.4

    Implementation copied verbatim from LwIP 2.1.2
    szekelyisz committed Jan 26, 2020
    Copy the full SHA
    4196458 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f7af80b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Copy the full SHA
    cbb4c3a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    eff02c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Copy the full SHA
    e72a15b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    30289ef View commit details
    Browse the repository at this point in the history