Size UDP-packets

Technical discussions related to any XMOS development kit or reference design. Eg XK-1A, sliceKIT, etc.
Ganux
Active Member
Posts: 35
Joined: Tue Mar 08, 2011 12:58 pm

Size UDP-packets

Post by Ganux »

Hello,

I have a XC-3 dev board, and I am working with some UDP packets.

I send 18 bytes of 'headerdata' and then I send 72 bytes of real data; total of 100 bytes.

But when I get the 'datalen' of a package, it returns 13620.
Is this the real size of the package? Or how can I get this?

Greetings,

Tom