-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implementation: p2p package #4
Comments
Merged
Merged
PNKDuy
added a commit
that referenced
this issue
Aug 22, 2022
PNKDuy
added a commit
that referenced
this issue
Aug 23, 2022
PNKDuy
added a commit
that referenced
this issue
Aug 24, 2022
PNKDuy
added a commit
that referenced
this issue
Aug 25, 2022
PNKDuy
added a commit
that referenced
this issue
Aug 29, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The p2p package provides an abstraction around peer-to-peer communication mimics the go-kardia/lib/p2p
Define models and utils used in this package.
Implementing peer, mconnection, pex, switch, stransport,...
Implementing sending and receiving ping/pong messages.
Integrating with protobuf for message delivering.
The text was updated successfully, but these errors were encountered: