hack: send ft1_have every chunk we receive

produces unnecessary overhead, should be bundled
This commit is contained in:
2024-06-23 15:12:31 +02:00
parent bc7417c1cd
commit ee2411b8e0
2 changed files with 41 additions and 0 deletions

View File

@ -147,6 +147,9 @@ class SHA1_NGCFT1 : public ToxEventI, public RegistryMessageModelEventI, public
bool onToxEvent(const Tox_Event_Group_Peer_Exit* e) override;
bool onEvent(const Events::NGCEXT_ft1_have&) override;
bool onEvent(const Events::NGCEXT_ft1_bitset&) override;
bool onEvent(const Events::NGCEXT_pc1_announce&) override;
};