Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- UDP is sent by the ip stack also which implicitly handles the arp cache and translates the ip address to a mac addresss. Note that if you are sending to an ip address that is several hops away then the ip kernel provides the mac address of the default router. --- Quote End --- ok, I get this. But in my case UDP transmission is handled in hardware, not in NIOS. The only thing the FPGA logic requires from the NIOS in this scenario is the destination MAC address. Broadcast UDP is not what I want...