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 agoA lot of ethernet MAC units will periodically poll the next TX descriptor, but the device driver normally forces a 'poll' after finishing the tx setup.
I don't know how the fpga MAC unit works, but maybe that the driver is failing to tell the MAC unit that it has setup a transmit - leading to packet bursts.