home *** CD-ROM | disk | FTP | other *** search
/ Datatid 1999 #6 / Datatid_1999-06.iso / internet / Tango352Promo / P.SQL / PTKPKG.1 / VSLDOS.WNT < prev    next >
Encoding:
Text File  |  1998-05-06  |  4.9 KB  |  200 lines

  1. ;
  2. ;   VSL default settings
  3. ;
  4. [vsl-default]
  5. ;   transport=netkey    this is the network key of the default transport
  6. ;                       that the VSL will use if the netkey passed to
  7. ;                       InitVSL() is NULL
  8. transport=winsock
  9.  
  10. ;    trace=tracelevel
  11. ;    VSL tracing bit settings: - default is 1+2
  12. ;    0  /* do not trace, even in an error condition */
  13. ;    1  /* msgs from 3rd party socket lib */
  14. ;    2  /* VSL detected errors */
  15. ;    4  /* VSL call tracing, implies 1+2+32 */
  16. ;    8  /* hex dump of received data */
  17. ;    16 /* hex dump of sent data */
  18. ;    32 /* msgs from VSL TSR code */
  19. ;trace=4
  20.  
  21. ;    DosExtenderApi=list-of-protectmode-apis
  22. ;    Examples:  DosExtenderApi=dpmi       - use DPMI host services
  23. ;               DosExtenderApi=xm         - use MicroFocus XM API services
  24. ;               DosExtenderApi=dos16m     - use Rational DOS/16M API services
  25. ;               DosExtenderApi=dpmi,xm    - try DPMI and then XM
  26. ;    This keyword is specific to VSL for DOS; it's ignored by
  27. ;       VSL for Windows (which always uses DPMI)
  28. ;
  29. ; dosextenderapi=dpmi,xm,dos16m
  30. ;dosextenderapi=dpmi
  31. ;
  32. ;
  33. ;    Transports supported by the VSL.
  34. ;    netkey=description where netkey is the network key for the transport and
  35. ;                       description is the name or title of the transport.
  36. ;
  37. version=3.0.11
  38. [vsl-transports]
  39. 3open="3Com 3+Open TCP"
  40. bw="Beame & Whiteside TCP/IP"
  41. dectcp="DECNET TCP/IP"
  42. dlink="D-Link TCP/IP for DOS"
  43. novlwp="Novell LAN WorkPlace for DOS"
  44. ftp="FTP PC/TCP"
  45. ftp22="FTP PC/TCP Version 2.2"
  46. hparpa="HP ARPA Services for DOS"
  47. ibmtcp="IBM TCP"
  48. locus2="Locus TCP/IP for DOS"
  49. lanman="Microsoft LAN Manager TCP/IP"
  50. pcnfs="Sun PC-NFS"
  51. pcnfs2="Sun PC-NFS v3.5"
  52. pcnfs4="Sun PC-NFS v4.0"
  53. netone="Ungermann-Bass Net/One"
  54. wintcp="Wollongong WIN/TCP for DOS"
  55. pathway="Wollongong PathWay Access for DOS"
  56. winsock="Windows Sockets v1.1"
  57.  
  58. ;
  59. ;    Transport specific information
  60. ;
  61. [ftp-transport]
  62. ;   protocol=       This line is only used by JSB MultiView DeskTop
  63. protocol=rlogin,telnet,rsh,rexec
  64. ;   dllmodule=      This line is only used by JSB MultiView DeskTop
  65. dllmodule=MSOCKLIB.DLL
  66. ;   netmodule=      For a TSR supported transport, this should contain
  67. ;                   the TSR signature.
  68. ;                   For a DLL supported transport, the name of the DLL
  69. netmodule=MFTP
  70. ;   netinterface=   This entry should contain TSR or DLL depending on how
  71. ;                   the transport is supported through the VSL.
  72. netinterface=TSR
  73. ;   private=        This line is only used by JSB MultiView DeskTop
  74. ;private=
  75.  
  76. [ftp22-transport]
  77. protocol=rlogin,telnet,rsh,rexec
  78. dllmodule=MSOCKLIB.DLL
  79. netmodule=MFTP22
  80. netinterface=TSR
  81. ;private=
  82.  
  83. [3open-transport]
  84. protocol=rlogin,telnet,rsh,rexec
  85. dllmodule=MSOCKLIB.DLL
  86. netmodule=M3OPEN
  87. netinterface=TSR
  88. ;private=
  89.  
  90. [bw-transport]
  91. protocol=rlogin,telnet,rsh,rexec
  92. dllmodule=MSOCKLIB.DLL
  93. netmodule=MBW
  94. netinterface=TSR
  95. ;private=
  96.  
  97. [dectcp-transport]
  98. protocol=rlogin,telnet,rsh,rexec
  99. dllmodule=MSOCKLIB.DLL
  100. netmodule=MDECTCP
  101. netinterface=TSR
  102. ;private=
  103.  
  104. [dlink-transport]
  105. protocol=rlogin,telnet,rsh,rexec
  106. dllmodule=MSOCKLIB.DLL
  107. netmodule=MLOCUS2
  108. netinterface=TSR
  109. ;private=
  110.  
  111. [pcnfs4-transport]
  112. protocol=rlogin,telnet,rsh,rexec
  113. dllmodule=MSOCKLIB.DLL
  114. netmodule=MPCNFS2
  115. netinterface=TSR
  116. ;private=
  117.  
  118. [novlwp-transport]
  119. protocol=rlogin,telnet,rsh,rexec
  120. dllmodule=MSOCKLIB.DLL
  121. netmodule=MNOVLWP
  122. netinterface=TSR
  123. ;private=
  124.  
  125. version=3.0.11
  126. [hparpa-transport]
  127. protocol=rlogin,telnet,rsh,rexec
  128. dllmodule=MSOCKLIB.DLL
  129. netmodule=M3OPEN
  130. netinterface=TSR
  131. ;private=
  132.  
  133. [ibmtcp-transport]
  134. protocol=rlogin,telnet,rsh,rexec
  135. dllmodule=MSOCKLIB.DLL
  136. netmodule=MIBMTCP
  137. netinterface=TSR
  138. ;private=
  139.  
  140. [lanman-transport]
  141. protocol=rlogin,telnet,rsh,rexec
  142. dllmodule=MSOCKLIB.DLL
  143. netmodule=M3OPEN
  144. netinterface=TSR
  145. ;private=
  146.  
  147. [locus2-transport]
  148. protocol=rlogin,telnet,rsh,rexec
  149. dllmodule=MSOCKLIB.DLL
  150. netmodule=MLOCUS2
  151. netinterface=TSR
  152. ;private=
  153.  
  154. [pcnfs-transport]
  155. protocol=rlogin,telnet,rsh,rexec
  156. dllmodule=MSOCKLIB.DLL
  157. netmodule=MPCNFS
  158. netinterface=TSR
  159. ;private=
  160.  
  161. [pcnfs2-transport]
  162. protocol=rlogin,telnet,rsh,rexec
  163. dllmodule=MSOCKLIB.DLL
  164. netmodule=MPCNFS2
  165. netinterface=TSR
  166. ;private=
  167.  
  168. [netone-transport]
  169. protocol=rlogin,telnet,rsh,rexec
  170. dllmodule=MSOCKLIB.DLL
  171. netmodule=MNETONE
  172. netinterface=TSR
  173. ;private=
  174.  
  175. [wintcp-transport]
  176. protocol=rlogin,telnet,rsh,rexec
  177. dllmodule=MSOCKLIB.DLL
  178. netmodule=MWINTCP
  179. netinterface=TSR
  180. ;private=
  181.  
  182. [pathway-transport]
  183. protocol=rlogin,telnet,rsh,rexec
  184. dllmodule=MSOCKLIB.DLL
  185. netmodule=MPATHWAY
  186. netinterface=TSR
  187. ;private=
  188.  
  189. [winsock-transport]
  190. protocol=rlogin,telnet,rsh,rexec
  191. dllmodule=MSOCKLIB.DLL
  192. ;for the DOS product only... 
  193. ;netmodule should be set to JSBW95WS when used with Windows 95
  194. ;netmodule should be set to JSBWNTWS when used with Windows NT
  195. netmodule=JSBWNTWS
  196. netinterface=TSR
  197. ;private=
  198.  
  199. version=3.0.11
  200.