-
Notifications
You must be signed in to change notification settings - Fork 44
Add peer management overview #167
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
Add peer management overview #167
Conversation
✅ Deploy Preview for lightningdevkit ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
docs/overview/peer-management.md
Outdated
- A [`ChannelManager`](https://docs.rs/lightning/*/lightning/ln/channelmanager/index.html) that enables it to notify peers when it wants to do things such as open channels. | ||
- A [`P2PGossipSync`](https://docs.rs/lightning/*/lightning/routing/gossip/struct.P2PGossipSync.html) that understands when peers you are connected to send you gossip messages, enables you to forward messages, announce channel opens and more. | ||
|
||
Since LDK knows nothing about your networking stack, you'll need to implement this module in order to connect to peers on the network. Provide LDK with raw TCP/IP socket data and the library will handle the rest for you. |
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.
nit: A bit unclear what this module refers to in this sentence. I believe the networking stack?
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.
Sorry for late response, updated
Co-authored-by: Elias Rohrer <dev@tnull.de>
Co-authored-by: Elias Rohrer <dev@tnull.de>
Preview - https://deploy-preview-167--lightningdevkit.netlify.app/overview/peer-management/