home *** CD-ROM | disk | FTP | other *** search
/ Windoware / WINDOWARE_1_6.iso / comm / qvtnet16 / qvt_tcp.rc < prev    next >
Text File  |  1991-03-26  |  7KB  |  127 lines

  1. #=============================================================================
  2. #
  3. # Sample config file for WinQVT/Net
  4. # The '#' character begins a comment
  5. # Note that lines with no value to the right of the equal sign
  6. # are commented out, except for those that are mandatory.
  7. #
  8. # Section One: Global Configuration
  9. #
  10. # No matter how many configurations you define, these settings
  11. # are only done once!
  12. #
  13. #=============================================================================
  14. pc_ip=                          # required, your IP number
  15. #netmask=255.255.255.0           # subnetting mask; optional
  16. arptime=8                       # arp timeout in seconds
  17. #domain=                         # default domain for lookup (optional).
  18.                                  # this should be a host name
  19.                                  # if the name contains periods, enclose it in double quotes ("")
  20. #domaintime=                     # timeout for domain lookup, in seconds (optional)
  21. #domainretry=                    # number of retries for domain lookup (optional)
  22. packet_vector=                  # packet driver interrupt vector (hex, with NO leading '0x'); mandatory
  23. packet_class=0                  # 0 for Ethernet, 6 for SLIP
  24. keypad=DEC                      # use DEC or IBM mapping for 'edit' keys
  25.                                 # (optional; default is DEC)
  26. console_forecolor=white         # console window text color
  27. console_backcolor=black         # console window background color
  28. #autostart=                     # list of configs to start at load time
  29.                                 # there can up to 5, separated by commas
  30. ftp_server=off                  # background FTP server: on or off
  31. rcp_server=off                  # background rcp server: on or off
  32. #nntp_host=                     # name of NNTP server, if available
  33.                                 # use a configuration name, host name, or IP address
  34.                                 # if the name contains periods, enclose it in double quotes ("")
  35. #passfile=                       # the name of the password file for use by the FTP server
  36.                                  # use a fully-qualified DOS pathname
  37. #ftp_logfile=                    # the name of the FTP logfile
  38.                                  # use a fully-qualified DOS pathname
  39. #anonftp_dir=                    # the directory to which anonymous FTP users are restricted
  40. #=============================================================================
  41. # The next section is for programmable function keys
  42. # Notate control characters as '^' + char (e.g., ^M)
  43. # or as '\nnn' where 'n' is an octal digit (exactly 3 required!)
  44. #=============================================================================
  45. #f1=
  46. #f2=
  47. #f3=
  48. #f4=
  49. #f5=
  50. #f6=
  51. #f7=
  52. #f9=
  53. #f10=
  54. #f11=
  55. #f12=
  56. #
  57. # End of Global Section
  58. #
  59. #=============================================================================
  60. #
  61. # Section Two: Default Configuration
  62. #
  63. # NOTE: this section is for use as a template ONLY!
  64. # It should not be used as an actual configuration
  65. #
  66. #=============================================================================
  67. name=default                    # Configuration name (required)
  68.                                 # Should be 8 characters max
  69. backsp=DEL                      # ASCII value transmitted by 'Backspace' key
  70.                                 # Possible values are 'DEL' and 'BS'
  71. wrap=on                         # auto-wrap, on or off (optional: default is 'on')
  72. bell=on                         # warning bell, on or off (optional: default is 'on')
  73. terminal=VT200                  # compatibility level, VT200, VT100, or VT52
  74.                                 # (optional; default is 'VT200')
  75. color=black                     # standard text color (optional: default is 'black')
  76.                                 # Possible values are black, blue, green,
  77.                                 # cyan, red, magenta, brown, white.
  78.                                 # You may also use RGB values notated as 'nnn,nnn,nnn',
  79.                                 # where each 'nnn' is a decimal number between 0 and 255.
  80. #boldcolor=                     # high-intensity text color (optional)
  81.                                 # Options are same as for 'color'
  82. backcolor=white                 # background color; default is 'white'
  83.                                 # Same choices as for 'color'
  84. charset=DEC                     # Character set: DEC, IBM, or ANSI
  85.                                 # If you need strict VT emulation, use DEC
  86. #answerback=                    # Answerback string; response to received ENQ
  87.                                 # (optional; no default)
  88. #win_height=                    # window height: normal or tall
  89. #win_pos=                       # position of window at startup time.
  90.                                 # syntax is 'x,y', where 'x' and 'y' are pixel offsets, in decimal
  91. #=============================================================================
  92. # These entries are for tuning the TCP connections to this host.
  93. #=============================================================================
  94. contime=40                      # timeout in seconds to try connection
  95. retrans=7                       # starting retransmit time out in ticks
  96.                                 # (1 tick = 1/18 sec)
  97. mtu=512                # maximum transmit unit in bytes
  98. maxseg=512            # largest segment we can receive
  99. rwin=512            # TCP window size, MAX=4096
  100. #
  101. # End of Section Two, 'Default' Configuration
  102. #
  103. #=============================================================================
  104. #
  105. # Beginning of 'User Configuration' Section
  106. # This is where your configurations will be defined
  107. #
  108. #=============================================================================
  109. name=                           # configuration name (mandatory)
  110. host=                           # host name (mandatory)
  111. host_ip=                        # IP address of this host.
  112.                                 # If you omit IP addresses, you must have
  113.                                 # a nameserver on your network, and you
  114.                                 # must create a configuration entry for
  115.                                 # that machine in this file. That configuration
  116.                                 # entry must include a 'nameserver=' statement.
  117. #gateway=1                      # gateway level, starting with 1 (optional)
  118.                                 # Include this statement only for machines
  119.                                 # which function as gateways on your network.
  120. #nameserver=1                   # nameserver level, starting with 1 (optional)
  121.                                 # Include this statement only for machines
  122.                                 # which function as nameservers on your network.
  123. color=green
  124. boldcolor=white
  125. backcolor=black
  126. same_as=default                 # copy all other values from 'default'
  127.