eclipse-cyclonedds / cyclonedds

Eclipse Cyclone DDS project
https://projects.eclipse.org/projects/iot.cyclonedds
Other
798 stars 349 forks source link

Turn off PACKET_DESTINATION_INFO for mingw-w64. #2045

Open tonichedgehog opened 2 weeks ago

tonichedgehog commented 2 weeks ago

The CMSG_ macros used in CycloneDDS are not provided by mingw-w64-gcc (only WSA). Set the number of bytes received also for nonzero return from wsarecvmsg. Closes #2027