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

[microblaze-uclinux] UDP receiving problem



hi,

 

I have an UDP receiving problem on microblaze linux, kernel 2.6.20-uc0.

 

At first I use recvfrom(), UDP reception totally fails. Then I use recv(), microblaze can receive the first UDP packet, and then cannot receive anymore UDP packets subsequently.

 

This looks like a bug in microblaze kernel. Or is it?  I suspect something is wrong with the UDP buffer implementation?

 

Rgds,

Victor Yeo