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 agoMost 'real' UDP/IP stacks fragment UDP datagrams that exceed the ethernet (or other network) frame size.
For instance NFS (over UDP) will typically do 8k transfers as a single UDP packet that gets transferred as 6 back-to-back ethernet frames.