|
|
@ -47,7 +47,7 @@ Value ping(const Array& params, bool fHelp) |
|
|
|
"ping\n" |
|
|
|
"ping\n" |
|
|
|
"\nRequests that a ping be sent to all other nodes, to measure ping time.\n" |
|
|
|
"\nRequests that a ping be sent to all other nodes, to measure ping time.\n" |
|
|
|
"Results provided in getpeerinfo, pingtime and pingwait fields are decimal seconds.\n" |
|
|
|
"Results provided in getpeerinfo, pingtime and pingwait fields are decimal seconds.\n" |
|
|
|
"Ping command is handled in queue with all other commands, so it measures processing backlog, not just network ping." |
|
|
|
"Ping command is handled in queue with all other commands, so it measures processing backlog, not just network ping.\n" |
|
|
|
"\nExamples:\n" |
|
|
|
"\nExamples:\n" |
|
|
|
+ HelpExampleCli("ping", "") |
|
|
|
+ HelpExampleCli("ping", "") |
|
|
|
+ HelpExampleRpc("ping", "") |
|
|
|
+ HelpExampleRpc("ping", "") |
|
|
|