Re: bind error when using SO_REUSEPORT(implies SO_REUSEADDR)

2013-07-18 Thread John Baldwin
On Wednesday, July 17, 2013 5:23:37 pm Mikolaj Golub wrote: > On Tue, Jul 16, 2013 at 11:12:46AM -0400, John Baldwin wrote: > > On Thursday, March 15, 2012 8:07:46 pm Sean Bruno wrote: > > > On Thu, 2012-03-15 at 16:59 -0700, Sean Bruno wrote: > > > > Hey, I just found a bind bug ticket in my queue

Re: bind error when using SO_REUSEPORT(implies SO_REUSEADDR)

2013-07-17 Thread Mikolaj Golub
On Tue, Jul 16, 2013 at 11:12:46AM -0400, John Baldwin wrote: > On Thursday, March 15, 2012 8:07:46 pm Sean Bruno wrote: > > On Thu, 2012-03-15 at 16:59 -0700, Sean Bruno wrote: > > > Hey, I just found a bind bug ticket in my queue about bind. I noted > > > that on stable/6 stable/7 stable/9 & hea

Re: bind error when using SO_REUSEPORT(implies SO_REUSEADDR)

2013-07-16 Thread John Baldwin
On Thursday, March 15, 2012 8:07:46 pm Sean Bruno wrote: > On Thu, 2012-03-15 at 16:59 -0700, Sean Bruno wrote: > > Hey, I just found a bind bug ticket in my queue about bind. I noted > > that on stable/6 stable/7 stable/9 & head the referenced code "fails". > > > > It seems that this is a proble

Re: bind error when using SO_REUSEPORT(implies SO_REUSEADDR)

2012-03-15 Thread Sean Bruno
On Thu, 2012-03-15 at 16:59 -0700, Sean Bruno wrote: > Hey, I just found a bind bug ticket in my queue about bind. I noted > that on stable/6 stable/7 stable/9 & head the referenced code "fails". > > It seems that this is a problem, but I have no idea if its a real > problem or not. Our devs thi

bind error when using SO_REUSEPORT(implies SO_REUSEADDR)

2012-03-15 Thread Sean Bruno
Hey, I just found a bind bug ticket in my queue about bind. I noted that on stable/6 stable/7 stable/9 & head the referenced code "fails". It seems that this is a problem, but I have no idea if its a real problem or not. Our devs think it is. Anyway, here is a code snippet to show the failure i