- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page