home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / LSP138B1.DSK / SAMPLES / PROTOCOL.CFG < prev   
Text File  |  1995-05-04  |  1KB  |  35 lines

  1. ;-----------------------------------------------------------------------
  2. ; PROTOCOL.CFG
  3. ;   Configuration with DXMJ0MOD.SYS and IBMTOK.DOS for two adapters.
  4. [PROTMAN_MOD]
  5.         DriverName = PROTMAN$
  6. [DXMJ0MOD_MOD]
  7.         DriverName = NETBEUI$
  8. ;   We are using IBMTOK_MOD instead of IBMTOK_NIF because we set
  9. ;   MigrateControlFiles to 0 in the INST_SECTION, therefore we
  10. ;   are using the sample LSP PROTOCOL.INI as the base PROTOCOL.INI (rather
  11. ;   than using a PROTOCOL.INI from an existing configuration which would
  12. ;   have '_NIF' instead of '_MOD' in the bracketed module names).
  13.         Bindings = IBMTOK_MOD, IBMTOK2_MOD
  14.  
  15. ;         Turn off piggy-backed acknowledgements.
  16.         PiggyBackAcks = 0
  17. [IBMTOK_MOD]
  18.         DriverName = IBMTOK$
  19.         EARLYRELEASE
  20.         MAXTRANSMITS = 6
  21.         RECVBUFS = 2
  22.         RECVBUFSIZE = 256
  23.         XMITBUFS = 1
  24.         XMITBUFSIZE = 2040
  25. [IBMTOK2_MOD]
  26.         DriverName = IBMTOK2$
  27.         EARLYRELEASE
  28.         ALTERNATE
  29.         MAXTRANSMITS = 6
  30.         RECVBUFS = 2
  31.         RECVBUFSIZE = 256
  32.         XMITBUFS = 1
  33.         XMITBUFSIZE = 2040
  34. ; End of PROTOCOL.CFG
  35.