-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using socket_posix to replace socket_starboard
Using base/starboard implementation to work with net/tcp&udp. Combine read and write waiter into one to match starboard's setup. Updated some win32 test cases treat "\r" and "\r\n" Removed recvmsg dependency Todo: Win32: Cobalt crashes net_unittests: Failed cases: File/disk cache/certificatet passed: TCP*/UDP* test cases Adding check to test evergreen with IPv6 (ERR_ADDRESS_INVALID) b/302741384
- Loading branch information
Showing
37 changed files
with
562 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.