Re: Question on IPV4/IPV6 Multicast interoperability

2011-12-21 Thread Simon Perreault
vendors already have "running code" that can translate between IPv4 and IPv6 multicast. Simon *From:* Tina TSOU *To:* Ghanashyam Satpathy ; "ipv6@ietf.org" *Cc:* "multr...@ietf.org" ; MBONED WG *Sent:* Tuesday, December 20, 2011 6:09 AM *Subject:* RE: Question o

Re: Question on IPV4/IPV6 Multicast interoperability

2011-12-20 Thread Ghanashyam Satpathy
("recvfrom() failed");     }     recvString[recvStringLen] = '\0';     /* Print the received string */     time(&timer);  /* get time stamp to print with recieved data */     printf("Time Received: %.*s : %s\n", strlen(ctime(&timer))

RE: Question on IPV4/IPV6 Multicast interoperability

2011-12-19 Thread Tina TSOU
-boun...@ietf.org] On Behalf Of Ghanashyam Satpathy Sent: Sunday, December 18, 2011 3:14 AM To: ipv6@ietf.org Subject: Question on IPV4/IPV6 Multicast interoperability Hello, I have a question on IPV4/IPV6 Multicast interoperability. We have succesfully upgraded our application(Windows Based) to

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