Changeset 5279 for trunk/src


Ignore:
Timestamp:
Feb 28, 2001, 9:28:09 PM (24 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

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

    r3626 r5279  
    1 /* $Id: wsock32.h,v 1.15 2000-05-28 17:03:41 sandervl Exp $ */
     1/* $Id: wsock32.h,v 1.16 2001-02-28 20:28:09 sandervl Exp $ */
    22
    33/* WSOCK32.H--definitions & conversions for Odin's wsock32.dll.
     
    190190#pragma pack()
    191191
    192 #define WS_MAX_SOCKETS_PER_PROCESS      128     /* reasonable guess */
    193 #define WS_MAX_UDP_DATAGRAM             1024
     192#define WS_MAX_SOCKETS_PER_PROCESS      2048
     193#define WS_MAX_UDP_DATAGRAM             32767
    194194
    195195#define WSI_BLOCKINGCALL        0x00000001      /* per-thread info flags */
Note: See TracChangeset for help on using the changeset viewer.