show send buffer size

This commit is contained in:
orignal 2015-01-30 21:41:32 -05:00
parent 618abd6320
commit 908404ab62
2 changed files with 2 additions and 0 deletions

View file

@ -839,6 +839,7 @@ namespace util
s << it.first << "->" << i2p::client::context.GetAddressBook ().ToAddress(it.second->GetRemoteIdentity ()) << " ";
s << " [" << it.second->GetNumSentBytes () << ":" << it.second->GetNumReceivedBytes () << "]";
s << " [out:" << it.second->GetSendQueueSize () << "][in:" << it.second->GetReceiveQueueSize () << "]";
s << " [buf:" << it.second->GetSendBufferSize () << "]";
s << "<br>"<< std::endl;
}
}