DORSETRIGS
Home

winsock2 (3 post)


posts by category not found!

what is the purpose the asterix after SOCKADDR in: bind(ListenSocket, (SOCKADDR*) &s, sizeof(s));

Understanding the Purpose of the Asterisk after SOCKADDR in the bind Function When working with socket programming in C or C you may encounter code snippets tha

2 min read 25-09-2024 61
what is the purpose the asterix after SOCKADDR in: bind(ListenSocket, (SOCKADDR*) &s, sizeof(s));
what is the purpose the asterix after SOCKADDR in: bind(ListenSocket, (SOCKADDR*) &s, sizeof(s));

does windows networking code break the strict aliasing rules?

Understanding Windows Networking Code and Strict Aliasing Rules When working with C or C in the context of Windows networking developers often encounter the que

3 min read 20-09-2024 56
does windows networking code break the strict aliasing rules?
does windows networking code break the strict aliasing rules?

Unable to recv data that recv(PEEK) returned

Unable to recv data that recv PEEK returned A Common Socket Programming Problem and its Solutions Problem Scenario You re writing a socket program that receives

3 min read 13-09-2024 80
Unable to recv data that recv(PEEK) returned
Unable to recv data that recv(PEEK) returned