Use SO_REUSEADDR to quickly re-use addresses
Created by: laf0rge
If a new test cases starts immediately after the old one ends, chances are high it will want to bind the exact same IP/port again.
SO_REUSEADDR is the standard mechanism to achieve this.
Signed-off-by: Harald Welte laforge@gnumonks.org