From af129a6a7bd63a10f0f5c918ca7668971d86392f Mon Sep 17 00:00:00 2001 From: Peter Newman Date: Sun, 3 Mar 2024 19:20:15 +0000 Subject: [PATCH] Update the TCP header for ACN to match the released standards (cherry picked from commit b176ba12607490fc8724cee7e337520dba05566b) --- libs/acn/PreamblePacker.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/acn/PreamblePacker.cpp b/libs/acn/PreamblePacker.cpp index 1803b38e69..520b064f3c 100644 --- a/libs/acn/PreamblePacker.cpp +++ b/libs/acn/PreamblePacker.cpp @@ -47,8 +47,7 @@ const uint8_t PreamblePacker::ACN_HEADER[] = { const unsigned int PreamblePacker::ACN_HEADER_SIZE = sizeof(ACN_HEADER); const uint8_t PreamblePacker::TCP_ACN_HEADER[] = { - 0x00, 0x14, // preamble size - 0x00, 0x00, // post amble size + // No pre or post amble size for TCP 0x41, 0x53, 0x43, 0x2d, 0x45, 0x31, 0x2e, 0x31, 0x37, 0x00, 0x00, 0x00