public inbox for bitcoindev@googlegroups.com
 help / color / mirror / Atom feed
* [Bitcoin-development] Adding a pong message
@ 2012-03-13 18:06 Mike Hearn
  2012-03-13 18:45 ` Luke-Jr
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Hearn @ 2012-03-13 18:06 UTC (permalink / raw)
  To: Bitcoin Dev

https://github.com/bitcoin/bitcoin/pull/932 adds a "pong" message that
echoes back a 64 bit nonce contained in the ping, if the protocol
version is new enough.

The goal of this is to make it easier for clients, especially mobile
clients, to quickly check if a connection is stale, and also to see if
a remote node is overloaded so we can avoid talking to it. A common
case where this happens is if the remote node is itself downloading
the block chain or doing something equally intensive.

Any objections?



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-03-13 22:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-13 18:06 [Bitcoin-development] Adding a pong message Mike Hearn
2012-03-13 18:45 ` Luke-Jr
2012-03-13 19:48   ` Matt Corallo
2012-03-13 22:29   ` Mike Hearn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox