Added isRetry field

This commit is contained in:
2021-11-24 21:11:19 +01:00
parent 3c3ab18410
commit c2210dfb59
2 changed files with 3 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ const PacketType = {
class Packet{
timestampMicros;
isRetry;
srcMac;
dstMac;