On Fri, Aug 03, 2018 at 10:20:06AM -0400, Willem de Bruijn wrote:
> On Fri, Aug 3, 2018 at 12:20 AM Andrew Cann wrote:
> >
> > On Thu, Aug 02, 2018 at 11:21:41AM -0400, Willem de Bruijn wrote:
> > > You have two sockets bound to the same address and port? Is this using
> > > SO_REUSEPORT?
> >
> >
On Fri, Aug 3, 2018 at 12:20 AM Andrew Cann wrote:
>
> On Thu, Aug 02, 2018 at 11:21:41AM -0400, Willem de Bruijn wrote:
> > You have two sockets bound to the same address and port? Is this using
> > SO_REUSEPORT?
>
> Yes, this is using SO_REUSEPORT.
Then this is working as intended.
Without SO_
On Thu, Aug 02, 2018 at 11:21:41AM -0400, Willem de Bruijn wrote:
> You have two sockets bound to the same address and port? Is this using
> SO_REUSEPORT?
Yes, this is using SO_REUSEPORT.
My colleague wrote a python reproducer for this here:
https://gist.github.com/povilasb/53f1c802dbc2aca36a0ffa
ng it here since it
>>> got
>>> no response. Original post:
>>> https://stackoverflow.com/questions/51630337/udp-packets-arriving-on-wrong-sockets-on-linux
>>>
>>> I have two UDP sockets bound to the same address and connected to addresses
>>> A
ps://stackoverflow.com/questions/51630337/udp-packets-arriving-on-wrong-sockets-on-linux
> >
> > I have two UDP sockets bound to the same address and connected to addresses
> > A
> > and B. I have two more UDP sockets bound to A and B and not connected.
> >
>
On 08/02/2018 06:20 AM, Eric Dumazet wrote:
>
> Ideally you could give us a C reproducer, so that we can run it ourselves and
> fix the kernel bug if there is one.
>
> This C reproducer could be part of an official patch, adding a test in
> tools/testing/selftests/net
Alternatively a test i
On 08/02/2018 02:05 AM, Andrew Cann wrote:
> Hi,
>
> I posted this on stackoverflow yesterday but I'm reposting it here since it
> got
> no response. Original post:
> https://stackoverflow.com/questions/51630337/udp-packets-arriving-on-wrong-sockets-on-linux
>
Hi,
I posted this on stackoverflow yesterday but I'm reposting it here since it got
no response. Original post:
https://stackoverflow.com/questions/51630337/udp-packets-arriving-on-wrong-sockets-on-linux
I have two UDP sockets bound to the same address and connected to addresses A
and