Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) Subject: Windows socket(...) returns SOCKET, not file handle X-RT-Original-Encoding: iso-8859-1 Content-Length: 259 sendto_kdc.c start_connection(...) calls socket(...). The returned SOCKET is treated as a file handle. On Windows, the SOCKET is greater than FD_SETSIZE, so close is called. The SOCKET is also greater than the number of file handles, so close asserts.