\r\n
\r\n
\r\n";
- for (const auto& it: dest->GetSessions ())
- s << i2p::client::context.GetAddressBook ().ToAddress(it.first) << " " << it.second->GetNumOutgoingTags () << "
\r\n";
- s << "
\r\n
\r\n";
+ std::stringstream tmp_s; uint32_t out_tags = 0;
+ for (const auto& it: dest->GetSessions ()) {
+ tmp_s << i2p::client::context.GetAddressBook ().ToAddress(it.first) << " " << it.second->GetNumOutgoingTags () << "