Re: Question on IPV4/IPV6 Multicast interoperability

2011-12-20 Thread Ghanashyam Satpathy
  /* Buffer for received string */     int    recvStringLen;    /* Length of received string */     /* Receive a single datagram from the server */     if ( (recvStringLen = recvfrom(sock, recvString, sizeof(recvString) - 1, 0, NULL, 0)) < 0 )     {         DieWithError

Question on IPV4/IPV6 Multicast interoperability

2011-12-19 Thread Ghanashyam Satpathy
Hello,   I have a question on IPV4/IPV6 Multicast interoperability. We have succesfully upgraded our application(Windows Based) to support IPV6 and faced issue on multicast interoperability. Multicast messages sent by a IPV6 server is successfully receved by a client running on IPV6. But any cli