LWN.net Logo

Re: [PATCH 0/10] af_unix: add multicast and filtering features to AF_UNIX

From:  David Miller <davem-AT-davemloft.net>
To:  javier-AT-collabora.co.uk
Subject:  Re: [PATCH 0/10] af_unix: add multicast and filtering features to AF_UNIX
Date:  Fri, 24 Feb 2012 15:36:16 -0500 (EST)
Message-ID:  <20120224.153616.117399887784547022.davem@davemloft.net>
Cc:  eric.dumazet-AT-gmail.com, lennart-AT-poettering.net, kay.sievers-AT-vrfy.org, alban.crequy-AT-collabora.co.uk, bart.cerneels-AT-collabora.co.uk, rodrigo.moya-AT-collabora.co.uk, sjoerd.simons-AT-collabora.co.uk, netdev-AT-vger.kernel.org, linux-kernel-AT-vger.kernel.org
Archive-link:  Article, Thread


My first impression is that I'm amazed at how much complicated new
code you have to add to support groups of receivers of AF_UNIX
messages.

I can't see how this is better than doing multicast over ipv4 using
UDP or something like that, code which we have already and has been
tested for decades.

I really don't want to apply this stuff, it looks bloated,
complicated, and there is another avenue for doing what you want to
do.

Applications have to change to support the new multicast facilities,
so they can equally be changed to use a real transport that already
supports multicasting.


(Log in to post comments)

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds