Differences between version 5 and predecessor to the previous major change of SourceSpecificMulticastExample.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 5 | Last edited on Tuesday, November 29, 2005 12:34:05 am | by PerryLorier | Revert |
Older page: | version 4 | Last edited on Sunday, May 22, 2005 12:26:59 pm | by PerryLorier | Revert |
@@ -2,8 +2,10 @@
Note that some information is included in <tt>#ifndef</tt>s since many LinuxDistribution~s don't install the required header files yet.
I had one major problem while trying to debug this. My mistake was that the reciever wasn't binding to <tt>INADDR_ANY</tt> for the listening socket, but instead to an [IP] address on the machine. This caused all the multicast packets to be ignored. Oops.
+
+Another bug was due to the server using the SSM source of the unassigned address. Oops.
Sender::
<verbatim>