Skip to content

Commit

Permalink
Update the TCP header for ACN to match the released standards
Browse files Browse the repository at this point in the history
(cherry picked from commit b176ba1)
  • Loading branch information
peternewman committed Mar 16, 2024
1 parent 4e8eb6d commit af129a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/acn/PreamblePacker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af129a6

Please sign in to comment.