netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Conrad Hoffmann <ch@bitfehler.net>
To: Alex Gartrell <alexgartrell@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH RFC] net/unix: SO_REUSEPORT for AF_UNIX
Date: Mon, 29 Jun 2015 13:17:04 +0200	[thread overview]
Message-ID: <55912930.7040409@bitfehler.net> (raw)
In-Reply-To: <CALCkm3f2uvsCn=uiyCqrR_V=CgCpU-TSGYH6JTkcm6QQV5FdVA@mail.gmail.com>

Hi,

On 06/29/2015 06:05 AM, Alex Gartrell wrote:
> On Sun, Jun 28, 2015 at 2:52 AM, Conrad Hoffmann <ch@bitfehler.net> wrote:
>> Support the SO_REUSEPORT option for AF_UNIX (aka AF_LOCAL) sockets. Note
>> that unlike the IP implementations, the semantics for AF_UNIX sockets are
>> those of the original BSD implementation, i.e. each socket that
>> successfully reuses a port completely takes over from the previous
>> listener.
> 
> This is a really weird corner case from a user's perspective.  I think
> sharing it is more reasonable, as you can always signal the other
> process out of band.

Thanks for the feedback. While I don't think the use case is that weird I
understand that the shared solution would accomodate for both this and
other use case, thus being the superior one. I'll see what I can do.

Conrad

      reply	other threads:[~2015-06-29 11:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-28  9:52 [PATCH RFC] net/unix: SO_REUSEPORT for AF_UNIX Conrad Hoffmann
2015-06-29  4:05 ` Alex Gartrell
2015-06-29 11:17   ` Conrad Hoffmann [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55912930.7040409@bitfehler.net \
    --to=ch@bitfehler.net \
    --cc=alexgartrell@gmail.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).