Re: Multicast source address in recvfrom()

2009-02-03 Thread Derek Tattersall
* Robert Watson [090203 06:17]: > > >* Robert Watson [090202 17:06]: > >>On Sun, 1 Feb 2009, Derek Tattersall wrote: > >> > >>>In order to become familiar with multicast implementation using FreeBSD, > >>>I found via Google a pair of test programs which multicast sent a simple > >>>text messag

Re: Multicast source address in recvfrom()

2009-02-03 Thread Robert Watson
* Robert Watson [090202 17:06]: On Sun, 1 Feb 2009, Derek Tattersall wrote: In order to become familiar with multicast implementation using FreeBSD, I found via Google a pair of test programs which multicast sent a simple text message and received the text message. I added some code to rep

Re: Multicast source address in recvfrom()

2009-02-02 Thread Derek Tattersall
* Robert Watson [090202 17:06]: > On Sun, 1 Feb 2009, Derek Tattersall wrote: > > >In order to become familiar with multicast implementation using FreeBSD, I > >found via Google a pair of test programs which multicast sent a simple > >text message and received the text message. I added some co

Re: Multicast source address in recvfrom()

2009-02-02 Thread Robert Watson
On Sun, 1 Feb 2009, Derek Tattersall wrote: In order to become familiar with multicast implementation using FreeBSD, I found via Google a pair of test programs which multicast sent a simple text message and received the text message. I added some code to report the source address, because non