tree checksum vpatch file split hunks
all signers: mircea_popescu ben_vulpes mod6 trinque asciilifeform
antecedents: makefiles
press order:
patch:
(2102 . 12)(2102 . 6)
5 tracker.fn(tracker.param1, vRecv);
6 }
7
8
9 else if (strCommand == "ping")
10 {
11 }
12
13
14 else
15 {
16 // He who comes to us with a turd, by the turd shall perish.
(2252 . 10)(2246 . 6)
18 if (pto->nVersion == 0)
19 return true;
20
21 // Keep-alive ping
22 if (pto->nLastSend && GetTime() - pto->nLastSend > 30 * 60 && pto->vSend.empty())
23 pto->PushMessage("ping");
24
25 // Resend wallet transactions that haven't gotten in a block yet
26 ResendWalletTransactions();
27