Raw sockets in CF

L

Leonardo Botinelly

Sires, hihi!

I'm developing a network services test tool, and i'm kinda stuck using
Sockets in Compact Framework.
My target device is a iPaq. The code runs neatly in my normal desktop
environment (when i set the socket to raw mode), but it fails horribly (ie.
raises an exception) when in CF.

Do CF REALLY support raw socket mode, as MSDN says? If it doesn't, there's a
workaround i can use in order to send and receive raw packets in WinCE 4.2?

Thanks for your attention!
 
A

Alex Feinman [MVP]

Raw sockets are inlcuded in the API. The underlying OS AFAIK does not
support raw sockets.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top