1 #ifndef IPFS_BLOCK_REQUEST_SPLITTER_H_
2 #define IPFS_BLOCK_REQUEST_SPLITTER_H_
18 using RequestQ = std::array<std::string, 32>;
19 RequestQ recent_provider_requests;
20 std::size_t old_provider_request = 0UL;
21 HandleOutcome handle(RequestPtr)
override;
22 std::string_view name()
const override;
Definition: block_request_splitter.h:17
Definition: requestor.h:22