This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

TcpNet - udp_get_buf : alignement & free

Hello !
I wonder if there is any alignement policiy with udp_get_buf call ? I presume that it is aligned on byte.
if I alloc len1 bytes with udp_get_buf, but call udp_send with len2 < 1. How is the memory freed, is there len1 or len2 bytes ?
Thanks for reply.
Selso.

0