-
Notifications
You must be signed in to change notification settings - Fork 37.7k
net: #27257 follow-ups #27324
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
net: #27257 follow-ups #27324
Conversation
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. 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. |
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.
utACK f824725
One suggestion inline if you touch this PR again.
f824725
to
cd0c8ee
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.
ACK cd0c8ee
utACK cd0c8ee |
cd0c8ee [net] Pass nRecvFloodSize to CNode (dergoegge) 860402e [net] Remove trivial GetConnectionType() getter (dergoegge) b5a85b3 [net] Delete CNetMessage copy constructor/assignment op (dergoegge) Pull request description: Follow-up PR for bitcoin#27257 * Deletes the copy constructor/assignment operator of `CNetMessage` * Removes trivial getter for the connection type * Avoids passing `nRecvFloodSize` to CNode methods by passing it to `CNode` on creation ACKs for top commit: jnewbery: utACK cd0c8ee theStack: ACK cd0c8ee Tree-SHA512: 673a758668617f69fba77e61f0eaa1538da27a4849c82c98742436692baa2d7f001129af3e7a66b160e599d12109dac08137a146f10ff9b9ebdc5c2237311d41
Follow-up PR for #27257
CNetMessage
nRecvFloodSize
to CNode methods by passing it toCNode
on creation