maxBlockLocatorsPerMsg top-level constant

int const maxBlockLocatorsPerMsg

Maximum number of block locator hashes per getheaders message. This is based on the Bitcoin protocol specification.

Implementation

const int maxBlockLocatorsPerMsg = 500;