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

gnrc_sock_udp: choose random ephemeral port #13253

Merged
merged 2 commits into from
Mar 26, 2020

Commits on Feb 3, 2020

  1. gnrc_sock_udp: choose random ephemeral port

    Implements a random ephemeral port selection as per the second algorithm
    from RFC 6056, see https://tools.ietf.org/html/rfc6056#section-3.3.2.
    nmeum committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    b37bed8 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. gnrc_sock_udp: fix null check in port generation function

    Still check if the port is unused if no socket has been given.
    nmeum committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    5cf4338 View commit details
    Browse the repository at this point in the history