Multicast sockets
Does anyone know how I can use multicast sockets in PHP?
There doesn;t appear to be any support for controlling mcast related
socket options...
I have seen a note that illustrates how to send on a mcast socket but I
need to listen and be able to control the mcast groups I listen to etc.
Cheers
Mark
.
Relevant Pages
- RE: can I use IAsyncResult.IsCompleted Property to know if Endxxx was already called?
... Normally, in the Socket Asynchronous programming model, before you call ... This callback method will execute in a separate thread ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ... (microsoft.public.dotnet.languages.csharp) - Re: Simple TCP Socket Communicator - Please Help
... just like what you can do in unmanaged socket application, ... Microsoft MSDN Online Support Lead ... TcpClient to receive data from server, ... private StreamReader _reader; ... (microsoft.public.dotnet.framework) - RE: Missing error in WSAAsyncSelect event completion in x64 enviro
... SOCKET Listen; ... // Receive data from the socket in wParam ... Microsoft Online Community Support ... where an initial response from the community or a Microsoft Support ... (microsoft.public.win32.programmer.networks) - Re: XP Home rebooting randomly
... off that is being initiated by the power supply electronics or the CPU ... Dust is a heat insulator, ... Some BIOS chips support temperature and some also support fan speed ... it in a socket, you don't want to flex an electrically live motherboard into ... (microsoft.public.windowsxp.help_and_support) - Re: getlasterror 997 after blocking recv returns error
... You got the error WSA_IO_PENDING which indicated the socket was under ... some function invokings will cause the socket I/O mode ... Microsoft Online Partner Support ... (microsoft.public.win32.programmer.networks) |
|