Use SO_REUSEADDR to quickly re-use addresses
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>
Please register or sign in to comment