-
Notifications
You must be signed in to change notification settings - Fork 93
feat: identify #286
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: identify #286
Conversation
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.
We should also mention that there's a Identify Delta that go-libp2p shipped with for some time, and that we recently deprecated because we found that it's not particularly useful, but introduced a lot of complexity.
remote node and the remote node responds with an `Identify` message containing | ||
its metadata and closes the stream. | ||
|
||
<!-- ADD Diagram --> |
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.
Not sure if we need one, this should be really straightforward.
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.
I had sketched simple diagrams, one for identity and identify/push.
Co-authored-by: Marten Seemann <martenseemann@gmail.com>
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.
Pushed a couple of adjustments. This is good to go from my end.
Context
Adds identify content to protocols section.
Latest preview
Fleek preview unavailable as PR not against master.