Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gdbstub: call socket_set_fast_reuse instead of setting SO_REUSEADDR
SO_REUSEADDR should be avoided on Windows but is desired on other operating systems. So instead of setting it we call socket_set_fast_reuse that will result in the appropriate behaviour on all operating systems. Signed-off-by: Sebastian Ottlik <[email protected]> Reviewed-by: Eric Blake <[email protected]> Signed-off-by: Stefan Weil <[email protected]>
- Loading branch information