I am opening socket on windows platform for sending RTP voice packets. The application is softphone. What preferable options should be set on this socket.
I ve been used to thinking that WM_CREATE is the first message a window receives. However, when testing this assumption on a top-level window, it turns out to be false. In my test, WM_MINMAXINFO ...