ngscopeclient / xptools

Cross-platform helper classes/functions too small to deserve their own library. Normally pulled into larger repos as a submodule.
BSD 3-Clause "New" or "Revised" License
3 stars 25 forks source link

Make socket flushing compatible with windows builds #17

Closed mubes closed 3 years ago

mubes commented 3 years ago

Windows does not support MSG_DONTWAIT. This is the generally accepted work-around but I am not able to test.