;Protocol.ini for the IBM PC Network II and Baseband
;IBM PC Network II and Baseband
;This readme is for the following network adapter cards
;
; IBM PC Network II
; IBM Baseband
;
;PROTOCOL.INI PARAMETERS
;
; This is a sample PROTOCOL.INI file for the IBMNET IBM PC Network II and
; Baseband NDIS MAC driver.  The [ibmnet] section shows examples of IBMNET
; configuration parameter settings.  Comments at the end of the file explain
; these parameters and give their default, minimum and maximum values.  The
; [protocol manager] and [netbeui] sections aren't meant to be complete or
; realistic examples, except for the "BINDINGS = ibmnet" line in the [netbeui]
; section.
;	The only parameter that must be specified is the "drivername".  Note
; that many of these parameters have default values (which are given below
; under "Comments about ibmnet parameters"). A parameter need not be specified
; in your PROTOCOL.INI if its default value is satisfactory.
;
;drivername
;     units:[n/a]
;     range:[ibmnet$,ibmnet2$,ibmnet3$,...]
;     default:[ibmnet$]
;
;     This parameter's value must be ibmnet$, or, in the case where
;     multiple adapters are installed, ibmnet$ for the first adapter's
;     drivername, ibmnet2$ for the second one, ibmnet3$ for the third, and
;     so on.
;
;The following entries are optional under the [ibmnet] section.
;
;maxmulticast
;     units:[integer]
;     range:[1-1000]
;     default:[10]
;
;     Sets the maximum number of multicast addresses. This configures
;     the size of the multicast address table.
;
;maxrequests
;     units:[integer]
;     range:[1-400]
;     default:[6]
;
;     Sets the maximum number of outstanding general requests. This
;     configures the size of the general request queue.
;
;maxtransmits
;     units:[integer]
;     range:[1-142]
;     default:[6]
;
;     Sets the maximum number of outstanding transmit chain commands.
;     This configures the size of the transmit chain request queue.
;
;receivebuffers
;     units:[integer]
;     range:[1-400]
;     default:[6]
;
;     Configures the number of receive buffers in the receive buffer
;     pool.
;
;receivebufsize
;     units:[bytes]
;     range:[128-2034]
;     default:[256]
;
;     Configures the size (in bytes) of receive buffers in the receive
;     buffer pool.
;
;
;

