timed packets

This commit is contained in:
2023-08-12 14:43:20 +02:00
parent 0a814233a4
commit 88a9020da7
4 changed files with 79 additions and 30 deletions

View File

@@ -5,7 +5,7 @@
namespace td {
namespace protocol {
class KeepAlivePacket : public Packet {
class KeepAlivePacket : public TimedPacket {
private:
std::uint64_t m_AliveID;
public: