home *** CD-ROM | disk | FTP | other *** search
- // IPXCFG.H -- IPXLIB configuration parameters
- // by Allen Brunson 06/01/94
-
-
- #ifndef _IPXCFG_H // If not already included
- #define _IPXCFG_H // Define this file
-
-
- /****************************************************************************/
- /* */
- /*** IPX configuration parameters ***/
- /* */
- /****************************************************************************
-
- It is suggested that you make a copy of this file for each project that will
- use IPXLIB and set the values below based on the needs of your program, then
- include this file in any module that will be calling the IPXLIB routines.
- See the documentation for information on setting these defines properly. */
-
- #define IPXSOCKET 0x51E7 // Socket number
- #define IPXHOPS 3 // Maximum hops to others
- #define IPXRECVCNT 20 // Receive packet buffers
- #define IPXSENDCNT 8 // Send packet buffers
- #define IPXDATASIZE 256 // Data bytes per packet
-
-
- #endif // End of _IPXCFG_H
-