Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

UDP data size problem

Altera_Forum
Honored Contributor II
892 Views

I am currently using NIOS II + uCOS2 + Nichestack to run UDP sockets like everyone does. 

My problem is : 

when UDP data size is under 1500 Bytes, I can send and receive UDP packets correctly. 

when UDP data szie is over 1500Bytes , the PC sends UDP packets to the Board and the UDP packet is fragmented by default. 

Then the Board doesn't receive the righ packet. It seems that Nichestack doesn't perform IP fragments reassemble !!!  

while I have alread enble this in system.h:# define IP FRAGMENTS . 

 

What can I do to fix this problem?
0 Kudos
0 Replies
Reply