home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c004 / 4.ddi / NETBIOS / CTNBCFG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1989-04-18  |  1.2 KB  |  40 lines

  1. /*
  2.  *  netbios version of c-tree
  3.  *    System Config
  4.  *
  5.  *    This program is the CONFIDENTIAL and PROPRIETARY property 
  6.  *    of FairCom(R) Corporation. Any unauthorized use, reproduction or
  7.  *    transfer of this program is strictly prohibited.
  8.  *
  9.  *      Copyright (c) 1987, 1988, 1989 FairCom Corporation
  10.  *    (Subject to limited distribution and
  11.  *     restricted disclosure only.)
  12.  *    *** ALL RIGHTS RESERVED ***
  13.  *
  14.  *    4006 West Broadway
  15.  *    Columbia, MO 65203
  16.  *
  17.  *
  18.  *    c-tree(R)    Version 4.3
  19.  *            Release C
  20.  *            February 7, 1989 17:30
  21.  *
  22.  */
  23.  
  24. #define MEM_CUSHION 2000 /* number of bytes to preserve for alloc */
  25.              /* after terminate/stay resident */
  26.  
  27. #define NBRTO 100    /* receive timeout  100 == 50 sec */
  28. #define NBSTO 100    /* send timeout     100 == 50 sec */
  29.  
  30. #define SRV_RNCBS 4    /* number of server receive buffers */
  31. #define SRV_SNCBS 2    /* number of server send buffers */
  32.  
  33.  
  34. #define SRV_NETNAME "CTREESERVER     "    /* server network name (16 chars) */
  35. #define USR_NETNAME "CTxxxxxxxxxxxx  "    /* user net name (16 chars) */
  36.                     /*  xxx's are replaced with hex-asci */
  37.                     /*  net bios permanent node number */
  38. #define USR_NODENDX 2            /* index to unique part of user name */
  39.  
  40.