mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Validate peer state response content against the hash. (#190)
This commit is contained in:
@@ -18,6 +18,9 @@ namespace hpfs
|
||||
}
|
||||
};
|
||||
|
||||
// File block size;
|
||||
constexpr size_t BLOCK_SIZE = 4194304; // 4MB
|
||||
|
||||
int start_merge_process(pid_t &hpfs_pid);
|
||||
int start_ro_rw_process(pid_t &hpfs_pid, std::string &mount_dir, const bool readonly,
|
||||
const bool hash_map_enabled, const bool auto_start_session, const uint16_t timeout = 4000);
|
||||
|
||||
Reference in New Issue
Block a user