User guide
146 DC 900-1338I
Protocol Software Toolkit Programmer Guide
main // DLI “main” section: //
{
asyncIO = “yes”; // Use non-blocking I/O //
tsiCfgName = "." // tsiCfgName unused for DLITE //
// Exception: For NT = Location of log/trace svc //
// The following two parameters are for DLITE only: //
maxBuffers = 1024;
maxBufSize = 1200;
}
ICP0link0 // First session name: //
{ // Client-related parameters: //
alwaysQIO = “yes”; // Queue I/Os even if complete //
asyncIO = “yes”; // Use non-blocking I/O //
cfgLink = “no”; // Client configures links //
enable = “no”; // Client enables links //
localAck = “no”; // Client processes transmit ack //
boardNo = 0; // First ICP is zero //
portNo = 0; // First ICP link is zero //
protocol = “raw”; // DLITE requires Raw operation //
maxBufSize = 1200; // Used by DLITE //
}
ICP0link1 // Second session name: //
{ // Client-related parameters: //
alwaysQIO = “yes”; // Queue I/Os even if complete //
asyncIO = “yes”; // Use non-blocking I/O //
cfgLink = “no”; // Client configures links //
enable = “no”; // Client enables links //
localAck = “no”; // Client processes transmit ack //
boardNo = 0; // First ICP is zero //
portNo = 1; // First ICP link is zero //
protocol = “raw”; // DLITE requires Raw operation //
maxBufSize = 1200; // Used by DLITE //
}
Figure 8–2: DLI Configuration File for Two Embedded ICP Links (DLITE Interface)
2/16/99 Per
Vic
Dobrawa:
To avoid
potential
confusion,
deleted
“transport”
parameter
(not used).