2007-04-10, 19:21(-07), GS:
> Any idea, whether regular LInux or Embedded Linux provides RAW
> socket?. We are buying some third party IPC API, they claim it is on
> RAW socket based, I am wondering if we want to use that with embedded
> linux, do we have to do port anything?. otherwise we have to have to
> write IPC API which consumes lot of man power (socket, sendto, select,
> recvfrom), thanks.
Linux has RAW sockets at least in the inet and inet6 protocol
families. But I'm not too sure that's what you're talking about.
Those are for cooking IP packets from raw, not for IPC.
See:
man 7 raw
on a Linux box.
http://man.linuxquestions.org/index....=raw§ion=7
--
Stéphane