send out pc1 announces for ft infohash

will eliminate the guesswork in the future
This commit is contained in:
2024-06-23 10:17:48 +02:00
parent b27107af4c
commit 8972386971
2 changed files with 34 additions and 3 deletions

View File

@ -29,7 +29,7 @@ class SHA1_NGCFT1 : public ToxEventI, public RegistryMessageModelEventI, public
NGCFT1& _nft;
ToxContactModel2& _tcm;
ToxEventProviderI& _tep;
NGCEXTEventProviderI& _neep;
NGCEXTEventProvider& _neep;
std::minstd_rand _rng {1337*11};
@ -126,7 +126,7 @@ class SHA1_NGCFT1 : public ToxEventI, public RegistryMessageModelEventI, public
NGCFT1& nft,
ToxContactModel2& tcm,
ToxEventProviderI& tep,
NGCEXTEventProviderI& neep
NGCEXTEventProvider& neep
);
void iterate(float delta);