west update

This commit is contained in:
liquidraver
2026-03-09 13:45:22 +01:00
parent ae47c5a062
commit 98bf9e0eb6
7 changed files with 54 additions and 44 deletions
+5
View File
@@ -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();