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

Allow datagram_socket to be created without address #360

Merged
merged 8 commits into from
Nov 4, 2022

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    46ab470 View commit details
    Browse the repository at this point in the history
  2. udp: add udp test

    bikallem committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    af2fd57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc9cfc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    8320f56 View commit details
    Browse the repository at this point in the history
  2. Simplify tests

    Removed the last IPv6 test since it was identical to an earlier test.
    talex5 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    53de440 View commit details
    Browse the repository at this point in the history
  3. Simplify luv code

    talex5 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    921e3e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0cd160 View commit details
    Browse the repository at this point in the history
  5. Simplify eio_linux code

    Fix problem that UDP sockets were not created close-on-exec.
    talex5 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    70042f5 View commit details
    Browse the repository at this point in the history