Skip to content

Commit a20ce88

Browse files
committed
Update the TCP header for ACN to match the released standards in TCPTransport
(cherry picked from commit 33ea03f)
1 parent c790863 commit a20ce88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libs/acn/TCPTransport.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ namespace ola {
3131
namespace acn {
3232

3333
const uint8_t ACN_HEADER[] = {
34-
0x00, 0x14, // preamble size
35-
0x00, 0x00, // post amble size
34+
// No pre or post amble size for TCP
3635
0x41, 0x53, 0x43, 0x2d,
3736
0x45, 0x31, 0x2e, 0x31,
3837
0x37, 0x00, 0x00, 0x00

0 commit comments

Comments
 (0)