doc: better document NetEventsInterface and the deletion of "CNode"s#32278
doc: better document NetEventsInterface and the deletion of "CNode"s#32278vasild wants to merge 1 commit into
Conversation
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code Coverage & BenchmarksFor details see: https://corecheck.dev/bitcoin/bitcoin/pulls/32278. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please copy-paste ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. LLM Linter (✨ experimental)Possible typos and grammar issues:
2026-06-22 13:37:05 |
0f26ac3 to
e44e669
Compare
|
|
e44e669 to
110548c
Compare
|
|
|
@vasild can you rebase this? |
Document the requirements around the `NetEventsInterface`'s methods and the lifetime of `CNode` objects in `CConnman::m_nodes`. Co-authored-by: Anthony Towns <aj@erisian.com.au>
110548c to
5647c18
Compare
|
|
Document the requirements around the
NetEventsInterface's methods and the lifetime ofCNodeobjects inCConnman::m_nodes.