User`s guide
30 DC 900-1343D
DDCMP Programmer’s Guide
main // DLI “main” section: //
{
asyncIO = “yes”; // Use non-blocking I/O //
tsiCfgName = “ddcmpaltcfg.bin”; // TSI binary config file //
}
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”; // DDCMP uses raw operation //
transport = “client1”; // TSI connection name specified //
// in TSI configuration file //
}
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; // Second ICP link is one //
protocol = “raw”; // DDCMP uses raw operation //
transport = “client1”; // TSI connection name specified //
// in TSI configuration file //
}
Figure 2–1: DLI Configuration File for Two DDCMP Links (Freeway Server)