Re: Help on socket (AF_INET,SOCK_RAW
- From: "Arkady Frenkel" <arkadyf@xxxxxxxxxxxxxxxx>
- Date: Mon, 5 Jun 2006 10:15:35 +0200
Hi!
"jarmilitao" <jarmilitao@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:3D183F0D-3FBF-4678-9AE9-1547801ECFF2@xxxxxxxxxxxxxxxx
Thanks for the help.Yes, that from CE 5 AFAIK
But, this topic is related with WinCE 5.0 isn't it?
Arkady
Is it also applicabe to WinCE 4.2? If so, do you know where I can find an
example of it's use?
Thanks in advance.
J.A.R.Milit?o
"Arkady Frenkel" wrote:
The answer is yes but for privileges apps
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mobilesdk5/html/wce51conTCPIPRawSockets.asp
Arkady
"jarmilitao" <jarmilitao@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:AF4251F1-7EA6-4154-A2CF-2975C24A3E65@xxxxxxxxxxxxxxxx
Hi,
I am trying to port a piece of SW from WinXP to WinCE 4.2
on XP I make a call like this
s = socket (AF_INET, SOCK_RAW, IPPROTO_OSPFIGP);
on CE with the same code I get the "WSAESOCKTNOSUPPORT" error.
It seems that CE does not support RAW sockets.
In fact what I need is to call the "sendto" function with all the IP
data
(including the IP header).
Is there any turnaround for this problem? Does WinCE 5.0 already
support
it?
Thanks.
J.A.R.Milit?o
.
- Prev by Date: Windows Ce .Net 4.2
- Next by Date: Re: Automatically Login to a Domain
- Previous by thread: Windows Ce .Net 4.2
- Next by thread: IE problem in SPRINT 6700
- Index(es):
Relevant Pages
|