diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-07-02 22:41:15 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-07 09:33:04 +0100 |
| commit | 5be43fcdbad5ed034b07831473e07f47b7b10947 (patch) | |
| tree | 260422ebe0f60763ad1d61c610c77805ffa25a72 /src/daemon/command_parser_executor.h | |
| parent | ab594cfee94dff87bb7039724563f6177a892b8b (diff) | |
| download | monzero-core-5be43fcdbad5ed034b07831473e07f47b7b10947.tar.gz monzero-core-5be43fcdbad5ed034b07831473e07f47b7b10947.tar.xz monzero-core-5be43fcdbad5ed034b07831473e07f47b7b10947.zip | |
cryptonote_protocol_handler: sync speedup
A block queue is now placed between block download and
block processing. Blocks are now requested only from one
peer (unless starved).
Includes a new sync_info coommand.
Diffstat (limited to 'src/daemon/command_parser_executor.h')
| -rw-r--r-- | src/daemon/command_parser_executor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/command_parser_executor.h b/src/daemon/command_parser_executor.h index a453553f1..f301ef14a 100644 --- a/src/daemon/command_parser_executor.h +++ b/src/daemon/command_parser_executor.h @@ -134,6 +134,8 @@ public: bool update(const std::vector<std::string>& args); bool relay_tx(const std::vector<std::string>& args); + + bool sync_info(const std::vector<std::string>& args); }; } // namespace daemonize |
