Forum Discussion
Altera_Forum
Honored Contributor
14 years agoMaximum UDP packet Size for NIOS-ii
Hello Friend's, finally i have come out from "no free buffer for rx":). Just by increasing the UDP packet size from 512 to 1472 bytes. So if we increase the UDP packet size the number...
Altera_Forum
Honored Contributor
14 years agoA UDP packet can have a size of up to 64k (including headers), but if the transport interface used under IP doesn't support packets this size, it will either be fragmented or dropped. I think that a most IP stacks just choose to drop them. In order to avoid fragmentation on an Ethernet link, the biggest payload size is 1472 bytes.