int setsockopt(
SOCKET s,
int level,
int optname,
const char* optval,
int optlen
);
SO_DEBUG
Windows Sockets service providers are encouraged (but not required) to supply debugging information if the SO_DEBUG option is specified by the application. The mechanism for generating debugging information and the form it takes is beyond the scope of this document.
I did not find any area.
Thank you for the information.
source
share