Changeset 7042 for trunk/src/wsock32
- Timestamp:
- Oct 13, 2001, 9:04:39 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/wsock32.cpp
r7041 r7042 1 /* $Id: wsock32.cpp,v 1.4 2 2001-10-13 18:51:08 sandervlExp $ */1 /* $Id: wsock32.cpp,v 1.43 2001-10-13 19:04:39 achimha Exp $ */ 2 2 3 3 /* … … 752 752 return SOCKET_ERROR; 753 753 } 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 754 758 optlen = sizeof(option); 755 759 option = 0;
Note:
See TracChangeset
for help on using the changeset viewer.