Jump to content

PROTOCOL.INI: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 8: Line 8:


The values on PROTOCOL.INI should correspond with your choices selected in the MPTS configuration program.
The values on PROTOCOL.INI should correspond with your choices selected in the MPTS configuration program.
==Example==
[PROT_MAN]
    DRIVERNAME = PROTMAN$
[TCPIP_nif]
    Bindings = IBMEANDI_nif
    DriverName = TCPIP$
[IBMEANDI_nif]
    RXBUFFERS = 4
    TXBUFFERS = 4
    LED0 = 0xC0
    LED1 = 0xB0
    LED2 = 0x180
    BUSTYPE = "PCI2"
    FDUP = "OFF"
    DriverName = IBMEAN$


==Links==
==Links==

Revision as of 01:04, 14 March 2016

Text file with information about the network device driver loaded and the protocols loaded.

This file is used by PROTMAN.OS2.

This files contains:

  • DRIVERNAME: This is a required parameter. It specifies the protocol to load like netbios$ or netbeui$.
  • ADAPTERn: This parts associates the network adapter with the protocol to be loaded.

The values on PROTOCOL.INI should correspond with your choices selected in the MPTS configuration program.

Example

[PROT_MAN]

   DRIVERNAME = PROTMAN$

[TCPIP_nif]

   Bindings = IBMEANDI_nif
   DriverName = TCPIP$

[IBMEANDI_nif]

   RXBUFFERS = 4
   TXBUFFERS = 4
   LED0 = 0xC0
   LED1 = 0xB0
   LED2 = 0x180
   BUSTYPE = "PCI2"
   FDUP = "OFF"
   DriverName = IBMEAN$


Links