-
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. The waiter double add check should be removed later. Reverted unnecessary function name changes regarding pump. Removed musl socket changes. Add setnonblocking() to file_util_starboard. Todo: Cobalt on Win32 on linux and evergreen, net_unittests test cases fail TransportClientSocketTest.FullDuplex_WriteFirst TransportClientSocketTest.FullDuplex_ReadFirst on Windows net_unittests test case fails CertVerifyProcBuiltinTest.CRLNotCheckedForKnownRoots Cobalt hangs b/302741384
- Loading branch information
Showing
35 changed files
with
587 additions
and
60 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.