Re: setsockopt and IP_MULTICAST_LOOP
- From: coreyb@xxxxxxxxxxxxxxxxxxxx (Corey Burke [MS])
- Date: Wed, 07 Feb 2007 22:52:35 GMT
From the Windows Embedded CE 6.0 Release Notes:
IP_MULTICAST_LOOP is not supported
The socket option IP_MULTICAST_LOOP is not supported on Windows Embedded CE
6.0. Any sockets that are listening for multicast traffic on an interface
will not receive multicast traffic sent from that interface.
Sorry for the confusion. This option was actually never really supported.
On CE, all multicast messages sent from a socket to a multicast group are
not received by the sender socket (or any other socket listening on that
same interface). You can buffer up the messages yourself and then
"receive" them within your own app or transmit them through another means
to other apps on the system.
I know this is kind of a pain in the ass. We will consider changing it for
future Windows CE versions.
Hope that helps,
Corey Burke
Windows CE Networking QA
.
- References:
- Re: setsockopt and IP_MULTICAST_LOOP
- From: Paul G. Tobey [eMVP]
- Re: setsockopt and IP_MULTICAST_LOOP
- From: Alexander T. Bussmann [MSFT]
- Re: setsockopt and IP_MULTICAST_LOOP
- From: Joe Thompson
- Re: setsockopt and IP_MULTICAST_LOOP
- Prev by Date: Re: creating registry entry
- Next by Date: Re: setsockopt and IP_MULTICAST_LOOP
- Previous by thread: Re: setsockopt and IP_MULTICAST_LOOP
- Next by thread: Re: setsockopt and IP_MULTICAST_LOOP
- Index(es):
Relevant Pages
|