Skip to content

Commit

Permalink
Update the TCP header for ACN to match the released standards in TCPT…
Browse files Browse the repository at this point in the history
…ransport

(cherry picked from commit 33ea03f)
  • Loading branch information
peternewman committed Mar 16, 2024
1 parent c790863 commit a20ce88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/acn/TCPTransport.cpp
Expand Up @@ -31,8 +31,7 @@ namespace ola {
namespace acn {

const uint8_t 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 a20ce88

Please sign in to comment.