Altera_Forum
Honored Contributor
21 years agoSending raw ethernet packets
The primary function of our system is to send real time video data using UDP. We designed the hardware to create a complete UDP packet in memory and wish to have the NIOS send it out the ethernet MAC. How can we do this? We are currently passing the UDP payload to sendto which does a lot of work to recreate the entire header before sending it out which is limiting the bandwidth of data we can send.