Changeset 7042 for trunk/src/wsock32


Ignore:
Timestamp:
Oct 13, 2001, 9:04:39 PM (24 years ago)
Author:
achimha
Message:

added comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/wsock32.cpp

    r7041 r7042  
    1 /* $Id: wsock32.cpp,v 1.42 2001-10-13 18:51:08 sandervl Exp $ */
     1/* $Id: wsock32.cpp,v 1.43 2001-10-13 19:04:39 achimha Exp $ */
    22
    33/*
     
    752752        return SOCKET_ERROR;
    753753   }
     754   // check if the socket is a raw socket and has the IP_HDRINCL switch
     755   // if this is the case, we overwrite the IP header length field with
     756   // the actual length because some apps tend to put in garbage in there
     757   // and rely on Windows correcting this
    754758   optlen = sizeof(option);
    755759   option = 0;
Note: See TracChangeset for help on using the changeset viewer.