home *** CD-ROM | disk | FTP | other *** search
- ; Use the reference diskette to set the transceiver type.
- ;
- ;drivername
- ; units:[n/a]
- ; range:[elnkmc$,elnkmc2$,elnkmc3$,...]
- ; default:[elnkmc$]
- ;
- ; This parameter's value must be elnkmc$, or, in the case where
- ; multiple adapters are installed, elnkmc$ for the first adapter's
- ; drivername, elnkmc2$ for the second one, elnkmc3$ for the third, and
- ; so on.
- DRIVERNAME = ELNKMC$
- ;
- ;maxtransmits
- ; units:[integer]
- ; range:[8-50]
- ; default:[12]
- ;
- ; Specifies the number of transmit queue entries in this driver.
- ; On a server, this number should be equal to the transmit window size
- ; times the maximum number of sessions.
- MAXTRANSMITS = 12
-