- Timestamp:
- Feb 28, 2001, 9:28:09 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/wsock32.h
r3626 r5279 1 /* $Id: wsock32.h,v 1.1 5 2000-05-28 17:03:41sandervl Exp $ */1 /* $Id: wsock32.h,v 1.16 2001-02-28 20:28:09 sandervl Exp $ */ 2 2 3 3 /* WSOCK32.H--definitions & conversions for Odin's wsock32.dll. … … 190 190 #pragma pack() 191 191 192 #define WS_MAX_SOCKETS_PER_PROCESS 128 /* reasonable guess */193 #define WS_MAX_UDP_DATAGRAM 1024192 #define WS_MAX_SOCKETS_PER_PROCESS 2048 193 #define WS_MAX_UDP_DATAGRAM 32767 194 194 195 195 #define WSI_BLOCKINGCALL 0x00000001 /* per-thread info flags */
Note:
See TracChangeset
for help on using the changeset viewer.