Jens Köhler wrote:
> Hello,
> 
> I am trying to read by using "recvmsg_rt()" data from network (in a kernel 
> module). But the function gets data from broadcasts only.
> 
> What could be the reason?
> 

A wrong destination MAC on the sender side (a broken IP host route e.g.)
could make your receiver ignore the frame. If you can rule out this
reason, I guess it's time for a packet sniffer, e.g. Ethereal attached
to rtcap devices on sender and receiver side.

Jan

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to