You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #20721: Net: Move ping data to net_processing
a5e15ae scripted-diff: rename ping members (John Newbery)
45dcf22 [net processing] Move ping data fields to net processing (John Newbery)
dd2646d [net processing] Move ping timeout logic to net processing (John Newbery)
0b43b81 [net processing] Move send ping message logic into function (John Newbery)
1a07600 [net] Add RunInactivityChecks() (John Newbery)
f8b3058 [net processing] Add Peer& arg to MaybeDiscourageAndDisconnect() (John Newbery)
Pull request description:
This continues the work of moving application layer data into net_processing, by moving all ping data into the new Peer object added in #19607.
For motivation, see #19398.
ACKs for top commit:
glozow:
reACK bitcoin/bitcoin@a5e15ae
MarcoFalke:
review ACK a5e15ae 🥉
amitiuttarwar:
ACK a5e15ae
Tree-SHA512: fb84241613d6a6e1f2832fa5378030b5877a02e8308188f57ab545a6eaf2ab731a93abb7dcd3a7f7285bb66700f938096378a8e90cd6a3e6f3309f81d85a344e
// Raw ping time is in microseconds, but show it to user as whole seconds (Bitcoin users should be well used to small numbers with many decimal places by now :)
0 commit comments