Forum Discussion
Altera_Forum
Honored Contributor
16 years agoWhy I have to increase MAXBIGPKTS to make the UDP transfer
Hello everyone, I am now doing a data transfer work based on StratixII NiosII development kit RoHS board. It is a very simple one which read data from a FIFO outside NiosII core. The data are ...
Altera_Forum
Honored Contributor
16 years agoI understand your problem description. But in the last code you shown us, the buffer space isn't allocated, as dsl told you. In this case when you receive the first packet, its contents are written in a space that wasn't meant for that and is probably used by something else. This can trigger all kind of weird bugs.