Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
21 years ago

Sending 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.

No RepliesBe the first to reply