What is "trickling" in terms of bitcoin?

2

In the Bitcoin (0.10.0) source code I'm coming across the term "trickle". Could someone please give short but accurate explanations on following instances and tell what they're used for?

  1. bool fSendTrickle
  2. bool fTrickleWait
  3. CNode* pnodeTrickle ?

What is the general idea behind "trickling"?

Aliakbar Ahmadi

Posted 2015-06-03T18:01:35.273

Reputation: 1 335

Answers

1

Trickle is a reference to how the node manages announcing other peers addresses.

Anonymous

Posted 2015-06-03T18:01:35.273

Reputation: 10 054

1I think a bit more info could be useful here.morsecoder 2015-06-03T21:15:19.467