Add unnamed unix sockets created with socketpair()#1787
Merged
stevenengler merged 5 commits intoshadow:mainfrom Nov 29, 2021
Merged
Add unnamed unix sockets created with socketpair()#1787stevenengler merged 5 commits intoshadow:mainfrom
stevenengler merged 5 commits intoshadow:mainfrom
Conversation
This is useful for dgram unix sockets which don't have max message sizes like pipes (PIPE_BUF) and udp (65,527).
23afc64 to
e224255
Compare
Codecov Report
@@ Coverage Diff @@
## main #1787 +/- ##
==========================================
- Coverage 62.24% 61.62% -0.62%
==========================================
Files 224 226 +2
Lines 33882 34607 +725
Branches 7188 7282 +94
==========================================
+ Hits 21089 21327 +238
- Misses 7889 8309 +420
- Partials 4904 4971 +67
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
sporksmith
requested changes
Nov 24, 2021
sporksmith
requested changes
Nov 29, 2021
sporksmith
approved these changes
Nov 29, 2021
151d67a to
b725269
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This replaces the existing C version, which was limited to only stream sockets.