Hugo Landau

Results 328 comments of Hugo Landau

@mattcaswell I think this is ready for review now.

So, currently, the API isn't required to try and send multiple messages. Meaning an implementation that always returns 1 is permissible. My thinking here is that callers need to handle...

Assorted updates. Now the sendmsg cases etc. send one message. Repeated sendmmsg calls have also been removed.

OSX failure is going to be annoying to figure out, but thinking about it.

Updated to fix OS X. This was a pain to debug as these test failures were non-deterministic, yet sanitizers and valgrind ruled out any user-space UB. My resolution is an...

- Rebased on top of #18923 - Change of `_WIN32_WINNT` has been reverted, so this no longer needs an OMC hold - The functionality it enabled can still be enabled...

Updated and rebased, now that the API is merged. Also addressed (I believe) all outstanding comments. Unsure what's going on with doc-nits. This PR doesn't change the file it's complaining...