- fix many compiler warnings

This commit is contained in:
2025-08-21 11:04:56 +03:00
parent 6b6f4147db
commit 178ebac88a
26 changed files with 74 additions and 79 deletions

View File

@@ -16,10 +16,6 @@ PacketScheduler::PacketScheduler()
mLastRTO = 100;
}
PacketScheduler::~PacketScheduler()
{
}
void PacketScheduler::setInitialRTO(int value)
{
mInitialRTO = value;