Skip to content
Snippets Groups Projects
Commit 22b584b3 authored by Julian Oes's avatar Julian Oes
Browse files

simulator: fix TCP connection init on macOS

When `connect()` fails, the state of the socket is unspecified and we
need to close the it and create it again.

It turns out retrying connect worked on Linux but it didn't on macOS.
parent b2f1a591
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment