Updated message flags.

This commit is contained in:
Jakob Friedl
2025-07-23 13:56:43 +02:00
parent 0f065f41a2
commit cb16a9c571
4 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ proc createTaskResult*(task: Task, status: StatusType, resultType: ResultType, r
magic: MAGIC,
version: VERSION,
packetType: cast[uint8](MSG_RESPONSE),
flags: cast[uint16](FLAG_PLAINTEXT),
flags: cast[uint16](FLAG_ENCRYPTED),
size: 0'u32,
agentId: task.header.agentId,
seqNr: 1'u64,