;Protocol.ini for the Frontier Technologies Corporation
;Super-TCP NDIS protocol driver
;
;
;PROTOCOL.INI PARAMETERS
;
; This is a sample PROTOCOL.INI file for the Frontier Technologies Corp. NDIS
; protocol driver. The [supertcp] section shows examples of SUPERTCP
; configuration parameter settings. Comments at the end of the file explain
; these parameters and give their default, minimum and maximum values. The
; [protocol manager] section isn't meant to be a complete or realistic
; example.
; The only parameters that must be specified are "drivername" and "bindings".
; Note that many of these parameters have default values (which are given
; below under "Comments about SUPERTCP parameters"). A parameter need not be
; specified in your PROTOCOL.INI if its default value is satisfactory.
;
;drivername
;     units:[n/a]
;     range:[STCPNDI$]
;     default:[STCPNDI$]
;
;     This parameter's value must be STCPNDI$.
;
;The following entries are optional under the [supertcp] section.
;
;bufsize
;     units:[Kbytes]
;     range:[1-64]
;     default:[16]
;
;     Specifies the size of the receive buffers, in Kbytes. The value
;     must be a multiple of 8. The maximum size of a receive buffer depends
;     on the adapter card you are using. Since the incoming packet can span
;     multiple receive buffers, it is not usually necessary to change this
;     entry. If the entry is set too high, a configuration error occurs.
;
;swint
;     units:[Hex]
;     range:[60-7F]
;     default:[7F]
;
;     Specifies the software interrupt that the protocol driver should use to
;     interface with the upper level software.
;
;bindings
;     units:[n/a]
;     range:[n/a]
;     default:[none]
;
;     Specifies the adapter card(s) to bind this protocol driver to.
;
;chainvec
;     units:[Hex]
;     range:[60-7F]
;     default:[none]
;
;     Specifies the software interrupt that the protocol driver should use to
;     give an indication complete to the upper level software.
;     Specifies the adapter card(s) to bind this protocol driver to.
