IPPROTO_IP Socketoptionen auf Ebene in Winsock.hDie IPPROTO_IP Ebenensocketoptionen werden in Winsock.h anders definiert als in Ws2tcpip.h. In Winsock.hsind die Definitionen wie folgt:C++ Kopie /* * Options for use with [gs]etsockopt at the IP level. */ #define IP_OPTIONS 1 /* ...