mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 06:09:09 -04:00
added very basic display of outqueue statistics in BwCtrlWindow. Removed unnecessary list::size() calls in pqistreamer
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7652 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ec2d6ed2c7
commit
ea5b923428
21 changed files with 345 additions and 48 deletions
|
@ -280,6 +280,11 @@ int p3BandwidthControl::getAllBandwidthRates(std::map<RsPeerId, RsConfigDataRate
|
|||
|
||||
}
|
||||
|
||||
int p3BandwidthControl::ExtractOutQueueStatistics(OutQueueStatistics& stats)
|
||||
{
|
||||
return mPg->ExtractOutQueueStatistics(stats) ;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -94,6 +94,7 @@ class p3BandwidthControl: public p3Service, public pqiServiceMonitor
|
|||
virtual int getAllBandwidthRates(std::map<RsPeerId, RsConfigDataRates> &ratemap);
|
||||
|
||||
|
||||
virtual int ExtractOutQueueStatistics(OutQueueStatistics& stats) ;
|
||||
|
||||
/*!
|
||||
* Interface stuff.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue