refactor + wip chunk receive handling

This commit is contained in:
2023-08-16 01:43:12 +02:00
parent 80d0db546d
commit 8237f902c9
5 changed files with 129 additions and 81 deletions

View File

@ -95,6 +95,8 @@ class SHA1_NGCFT1 : public RegistryMessageModelEventI, public NGCFT1EventI {
void updateMessages(ContentHandle ce);
std::optional<std::pair<uint32_t, uint32_t>> selectPeerForRequest(ContentHandle ce);
public: // TODO: config
bool _udp_only {false};