On Sat, Sep 14, 2013 at 9:36 PM, Eliezer Croitoru <eliezer@xxxxxxxxxxxx> wrote: > Hey, > > it can be tested in a matter of minutes. > If we have some test candidate I will write a small tproxy script to > verify the suspect. The pseudo code I have provided is based on my real-world experiment. I did the test myself, before posting my findings here. Let's focus our attention on how to overcome the issue. The only working application-level solution suggested till now is to select a random port before bind and retry on EADDRINUSE with another port. Any other ideas?