Hi, I'm working on a little project, and out of curiousity I wanted to find an explanation of all of the winsock constants, eg:

IP_BUF_TOO_SMALL
IP_DEST_NET_UNREACHABLE
IP_DEST_HOST_UNREACHABLE
IP_DEST_PROT_UNREACHABLE
IP_DEST_PORT_UNREACHABLE
IP_NO_RESOURCES
IP_BAD_OPTION
IP_HW_ERROR

These are self explanatory, but some of the other ones are not. I could not find any info on it and I'm not too good at searching the MS KB (couldn't find anything).

Any info would be appreciated!