This commit is contained in:
2026-01-18 18:42:28 +01:00
parent 8ed280126c
commit ce70bf02bf
9 changed files with 260 additions and 143 deletions

View File

@@ -11,7 +11,8 @@ typedef enum {
PACKET_TYPE_TASK_REQUEST = 6,
PACKET_TYPE_MISSING_INFO = 7,
PACKET_TYPE_ACKNOWLEDGE = 8,
PACKET_TYPE_TASK_REJECT = 9
PACKET_TYPE_TASK_REJECT = 9,
PACKET_TYPE_TASK_NONE_AVAILABLE = 10
} PacketType;
#endif