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 agoI don't think there is any buffer storing UDP packets. They are sent as soon as you call the send function, so you won't find any flush function.
Maybe everything works fine in fact. I don't think that wireshark can do time measurements with a 1ms resolution anyway. If you look farther down, are the timestamps still multiple of 24ms?