don't publish to non-responding floodfill twice

This commit is contained in:
orignal 2014-12-07 16:10:25 -05:00
parent 4d77dad9cc
commit 06621a2198
2 changed files with 6 additions and 2 deletions

View file

@ -95,6 +95,7 @@ namespace client
i2p::data::LeaseSet * m_LeaseSet;
bool m_IsPublic;
uint32_t m_PublishReplyToken;
std::set<i2p::data::IdentHash> m_ExcludedFloodfills; // for publishing
i2p::stream::StreamingDestination * m_StreamingDestination;
i2p::datagram::DatagramDestination * m_DatagramDestination;