The prefix of patch 1/2 should be changed to "ws2_32/tests". The subject is not quite a grammatical sentence; I'd just write "Check if sending to port 0 succeeds."
- char buf[12] = "hello world";
No reason to specify the buffer size; you can just write "char buf[]".
- DWORD bytesSent = 0;