Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
qt: Display minimum ping in debug window. #8925
Conversation
MarcoFalke
added
RPC/REST/ZMQ
GUI
labels
Oct 15, 2016
|
Why replacing? Isn't the last ping time more valuable? Why renaming the member variable? |
|
@paveljanik Good questions, which perhaps I ought to have proactively explained. Minimum ping is used in disconnection logic for evicting incoming connections, so a way it is the more relevant value. Renaming the variable so that it is consistent with the RPC variable. |
MarcoFalke
removed
the
RPC/REST/ZMQ
label
Oct 16, 2016
|
utACK 1724a40 |
MarcoFalke
changed the title from
Display minimum ping in debug window.
to
qt: Display minimum ping in debug window.
Oct 16, 2016
|
ACK 1724a40 |
|
Yes. Why not. |
laanwj
merged commit 1724a40
into
bitcoin:master
Oct 18, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
added a commit
that referenced
this pull request
Oct 18, 2016
added a commit
to bitcoinknots/bitcoin
that referenced
this pull request
Dec 21, 2016
added a commit
to codablock/dash
that referenced
this pull request
Sep 7, 2017
added a commit
to dashpay/dash
that referenced
this pull request
Sep 9, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rebroad commentedOct 15, 2016
Adds minimum ping to the debug information, and replaces the last ping with the minimum ping in the node list.