-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(daemon): Add TCP net layer #2060
Conversation
36d58c0
to
cb84421
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I gather this is progress on #1828 too. |
I'm interested to try this out. How is it used? Are there relevant tests? |
Relevant tests endo/packages/daemon/test/test-endo.js Lines 1179 to 1251 in 983900d
However, it might be good to wait for my signal. We’ll have a user-level workflow for inviting peers to connect and message delivery between connected peers within a week. I’ll post an update at #1828, maybe even carve out the narrower issue we’ll hit with TCP. |
SocketPowers
fromNetworkPowers
connectPort
for tcp net layer to be utilized laterRef: #1993