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

Restore recvmsg in udp_socket_posix #4151

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Restore recvmsg in udp_socket_posix #4151

wants to merge 3 commits into from

Commits on Sep 24, 2024

  1. Restore recvmsg in udp_socket_posix

    A recent change (PR3904) replaced recvmsg() with recvfrom
    unnecessarily. This change to restore the recvmsg().
    
    b/302741384
    maxz-lab committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ae05351 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Guard starboard changes in posix files with macro STARBOARD

    To make the upstream easier, the changes made in _posix files
    for socket API changes are clearly guarded by macro
    defined(STARBOARD).
    
    b/302741384
    maxz-lab committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f0dc5d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    e1b68df View commit details
    Browse the repository at this point in the history