Skip to content
Snippets Groups Projects
Commit 3e870139 authored by Julian's avatar Julian Committed by Julian Oes
Browse files

simulator: fix TCP on Cygwin-Windows

It turns out that `sendto` does not work for TCP on Cygwin-Windows,
instead we need to use `send`. This required some refactoring since we
need to have the internet protocol and the port stored as a member
variable.

This should fix that lockstep SITL simulation was not working on
Windows.
parent 2a7fe22a
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