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

backport to 1.14: udp: properly handle truncated/dropped datagrams (#14122) #14192

Merged
merged 4 commits into from
Dec 1, 2020

Commits on Nov 25, 2020

  1. udp: properly handle truncated/dropped datagrams (envoyproxy#14122)

    Signed-off-by: Matt Klein <[email protected]>
    Signed-off-by: Christoph Pakulski <[email protected]>
    Co-authored-by: Matt Klein <[email protected]>
    Co-authored-by: Christoph Pakulski <[email protected]>
    cpakulski and mattklein123 committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    1c163f0 View commit details
    Browse the repository at this point in the history
  2. Renamed error naming from SOCKET_ERROR_AGAIN to posix EAGAIN.

    Signed-off-by: Christoph Pakulski <[email protected]>
    cpakulski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    0291f0b View commit details
    Browse the repository at this point in the history
  3. Adjusted clang_tidy script to skip common/api/win32.

    Signed-off-by: Christoph Pakulski <[email protected]>
    cpakulski committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    49133b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Removed a comment which sneaked in during cherry-pick.

    Signed-off-by: Christoph Pakulski <[email protected]>
    cpakulski committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    51eb83d View commit details
    Browse the repository at this point in the history