eclipse-cyclonedds / cyclonedds

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

Turn off PACKET_DESTINATION_INFO for mingw-w64. #2045

Closed tonichedgehog closed 4 months ago

tonichedgehog commented 5 months 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

eboasson commented 4 months ago

Closing (with thanks!) because of merging #2053