mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-02 12:53:45 +00:00
west update
This commit is contained in:
@@ -153,6 +153,11 @@ int StaticPoolPacketManager::getOutboundCount(uint32_t now) const
|
||||
return _send_queue.countBefore(now);
|
||||
}
|
||||
|
||||
int StaticPoolPacketManager::getOutboundTotal() const
|
||||
{
|
||||
return _send_queue.count();
|
||||
}
|
||||
|
||||
int StaticPoolPacketManager::getFreeCount() const
|
||||
{
|
||||
return _unused.count();
|
||||
|
||||
Reference in New Issue
Block a user