[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <BANLkTinXr5udWZp9Kpp5wxr7GhiVfqWOaQ@mail.gmail.com>
Date: Wed, 27 Apr 2011 11:45:37 -0700
From: "George B." <georgeb@...il.com>
To: Eric Dumazet <eric.dumazet@...il.com>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] tcp: disallow bind() to reuse addr/port
> It causes known regressions for programs that expect to be able to use
> SO_REUSEADDR to shutdown a socket, then successfully rebind another
> socket to the same ID.
>
> Programs such as haproxy and amavisd expect this to work.
>
> This should fix kernel bugzilla 32832.
Thank you very much for the clarification. It just seems on the
surface like it should be a simple problem (don't they all, at
first?). Instead of checking to see if we have more than the number
of ephemeral ports in use globally, see if we have more than that
number in use on the requested IP address. The problem I am having is
if the number of ports in use globally is greater than the number of
configured ephemeral ports, I can't open a socket on a specific source
IP even though that IP has plenty of ports available. It would seem
like a simple bounds checking problem.
Thanks again for taking the time to respond.
George
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists