-
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. Tested cobalt on Linux-x64 and evergreen-x64. Add setnonblocking() to file_util_starboard. Combine read and write waiter into one to match starboard's setup. Updated some win32 test cases treat "\r" and "\r\n" Fixed win32 write/recv function calls Removed recvmsg dependency Fixed UDP Partial Recv test case Todo: Cobalt on Win32 on Windows net_unittests test case fails CertVerifyProcBuiltinTest.CRLNotCheckedForKnownRoots Cobalt hangs b/302741384
- Loading branch information
Showing
37 changed files
with
564 additions
and
100 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.