On Thu, Jun 06, 2002 at 02:24:47AM -0700, Vadim Egorov wrote:
>
> Hi guys!
>
> I'm playing with multicasting (-stable), and I want to disable looping back
> my outgoing packets setting IP_MULTICAST_LOOP option to 0 but it doen't
> have any effect. My app is liste
Sorry guys for beeng so stupid :(
But the problem still in place - it actually boils down to the multicast
example from Stivens 'Unix Network Programming' - it casts and lstens to the
same group. I tried it on Linux - turning IP_MULTICAST_LOOP off does blocks
traffic looping, but on
On Thu, 6 Jun 2002, Vadim Egorov wrote:
>
> Hi guys!
>
> I'm playing with multicasting (-stable), and I want to disable looping back
> my outgoing packets setting IP_MULTICAST_LOOP option to 0 but it doen't
> have any effect. My app is listening to the same group i
Hi guys!
I'm playing with multicasting (-stable), and I want to disable looping back
my outgoing packets setting IP_MULTICAST_LOOP option to 0 but it doen't
have any effect. My app is listening to the same group it is casting.
After some grepping I came across some code in netinet/i