mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
don't publish to non-responding floodfill twice
This commit is contained in:
parent
4d77dad9cc
commit
06621a2198
2 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue