On Tue, Feb 14, 2017 at 10:04:30AM +0100, Mathieu Poussin wrote: > Ok I just found why, ports can be shared because of SO_REUSEADDR... What's a > surprise :)
SO_REUSEPORT to be precise :-) > Is there a way to force disable the use of this flag by HAProxy ? We merged a patch for this recently, the option is "noreuseport" on the "bind" line, it's in all 1.6 and backported into 1.6.10. Regards, Willy

