Fixed i2p/tor tx flooding bug (white noise disabled)

This commit is contained in:
Lee Clagett 2019-09-20 11:16:18 -04:00
parent 2c171a9b02
commit 2a7d91523b
4 changed files with 99 additions and 21 deletions

View file

@ -86,7 +86,7 @@ namespace levin
{}
//! Construct an instance with available notification `zones`.
explicit notify(boost::asio::io_service& service, std::shared_ptr<connections> p2p, epee::byte_slice noise);
explicit notify(boost::asio::io_service& service, std::shared_ptr<connections> p2p, epee::byte_slice noise, bool is_public);
notify(const notify&) = delete;
notify(notify&&) = default;