Add a new Socket Stream Protocol - #47
Open
PayasR wants to merge 2 commits into
Open
Conversation
PayasR
force-pushed
the
payasr/SocketProtocol
branch
2 times, most recently
from
July 13, 2026 18:53
1d6247e to
27f4de0
Compare
agnosticdev
reviewed
Jul 13, 2026
agnosticdev
left a comment
Collaborator
There was a problem hiding this comment.
A few things, mainly on creating test harness code.
agnosticdev
reviewed
Aug 7, 2026
agnosticdev
left a comment
Collaborator
There was a problem hiding this comment.
Everything looks good, it just looks like there are some linux test failures outstanding.
| let harness = UDPLoopbackHarness(basePort: 10840) | ||
| harness.start() | ||
| harness.expectDeliver([0xFF]) | ||
| harness.teardown() |
Collaborator
There was a problem hiding this comment.
Yep, this is exactly what we want, thanks!
PayasR
force-pushed
the
payasr/SocketProtocol
branch
from
August 7, 2026 17:02
f9d3b02 to
471a92d
Compare
PayasR
force-pushed
the
payasr/SocketProtocol
branch
7 times, most recently
from
August 7, 2026 19:24
d7ce9c2 to
3d977ac
Compare
PayasR
force-pushed
the
payasr/SocketProtocol
branch
from
August 7, 2026 21:56
3d977ac to
3967965
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 lets us use Kernel TCP socket streams for when userspace TCP isn't available.