Subject: UDP data transfer using RAW socket.
To: None <tech-net@netbsd.org>
From: None <Jagan.S@lntinfotech.com>
List: tech-net
Date: 07/14/2002 17:58:23
Hi,

I would like to transfer UDP datagram using RAW socket. I have created UDP
& IP headers at application ( setsockopt - is used). The transmitter uses
raw socket and receiver waiting on a normal udp socket.

But, the receiver is not able to receive the packets.

Can anybody give help me, to solve this problem

-Jagan