Skip to content

Use SO_REUSEADDR to quickly re-use addresses

Eclipse Webmaster requested to merge github/fork/osmocom/pending into master

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

Merge request reports