Hi, Yes, the packet lost on UDP is a normal situation, but... If the board is directly connected to the PC, then from my experience the probability to lose a UDP packet in the wire is pretty low. So only loss may be done in the stack and statistics should identify this easily.
Best regards, Petro чт, 4 серп. 2022 р. о 16:38 Gregory Nutt <spudan...@gmail.com> пише: > Packet loss is normal UDP behavior (unless it is excessive). If you use > UDP, you application design must handle occasional packet loss gracefully. > > Buffering issues is the most common cause of major packets losses. That > would make sense in you case because enabling DEBUG has the effect of > slowing down packet traffic. > >