Forum Discussion
Altera_Forum
Honored Contributor
14 years agoUDP delay to send
Hi, I am using NicheStack with the Altera Cyclone III NiosII Embended Evaluation kit. My application principale is to get measurements and send it each 1ms with UDP_send(). I have done it. ...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- The udp_send() allocated packet buffer in memory, so it definitely use the memory for checksum calculation and other processing. --- Quote End --- Yes sorry, I meant buffer in the sense of something that would keep one or several UDP packets and wait for something to happen before sending them (as can be seen on some TCP streams). There are of course memory buffers involved in a UDP packet sending process, but nothing that would cause a delay and packets suddenly sent in bursts.