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

Use posix socket APIs #4206

Open
wants to merge 6 commits into
base: 25.lts.1+
Choose a base branch
from
Open

Use posix socket APIs #4206

wants to merge 6 commits into from

Commits on Oct 4, 2024

  1. Support Posix based Waiter APIs for SB16 and tests

    Introduced API SbPosixSocketWaiterAdd, SbPosixSocketWaiterRemove and
      callback SbPosixSocketWaiterCallback.
    Tests added are
      SbPosixSocketWaiterAdd
      SbPosixSocketWaiterRemove
      SbPosixSocketWaiterWait
      SbPosixSocketWaiterWaitTimed
    libevent and win32 SocketWaiter module supports both integer based
    socket and
      SbSocket socket in SB16.
    
    This is PR3601 on main branch.
    
    b/302741384
    maxz-lab committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    80dc620 View commit details
    Browse the repository at this point in the history
  2. Using socket_posix to replace socket_starboard

    Replace net/tcp&udp_starboard with net/tcp&udp_posix.
    
    This is PR3904 on main branch.
    
    b/302741384
    maxz-lab committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    61fca10 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Use socket_starboard on Win32

    Detect "_MSC_VER" on win32/xbox.
    
    b/302741384
    maxz-lab committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6c75f2b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Revert unnecessary change in net_unittests

    The reverts the test change made in PR3904.
    
    b/302741384
    maxz-lab committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0a21943 View commit details
    Browse the repository at this point in the history
  2. Restore recvmsg() call

    Change (PR3904) replaced recvmsg() with recvfrom unnecessarily. This change to restore the recvmsg().
    
    b/302741384
    maxz-lab committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    1e5af93 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

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