[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [microblaze-uclinux] TCP performance and acceleration



hi,

I have a very simple UDP listener running on microblaze linux. I discovered UDP listener cannot receive any incoming UNICAST packets at all. The outgoing UDP packets are OK though.

UDP packet reception is a fundamental thing, and a must-have feature. Now it is *NOT* working on microblaze linux. 

I will attach my UDP listener and sender here. The udpser_uni.c is the UDP listener and the mcastSend.c is the UDP sender.

May I know if anyone have used microblaze linux to receive UDP packets successfully?

Thanks.

Regards,
Victor Yeo

Attachment: udpser_uni.c
Description: udpser_uni.c

Attachment: mcastSend.c
Description: mcastSend.c