User guide

176 DC 900-1333Q
Freeway User Guide
//
// source control identifier
// @(#)$Id: muxcfg,v 1.6 1998/06/15 21:57:25 jcolston Exp $
//
//---------------------------------------------------------------------------//
//
// This file is for the server resident TSI configuration processor.
// It is used by the TSI interface for msgmux (message multiplexor)
//
// Date Initials Abstracts
// 27Jan94 KietD Original coding...
// 15Jun98 JColston PR1172 - maxbuffers back to 512
//
//---------------------------------------------------------------------------//
main
{
logLev = 0;
traceLev= 3;
maxbuffers = 512; /* PR1172 */
tracename = "/ram1/msgmux.trc";
tracesize = 64000;
asyncio = "yes";
maxbufsize = 1200;
stacksize = 10240;
maxconns = 128;
}
//
Server1
{
transport = "tcp-socket";
logLev = 0;
traceLev = 3;
timeout = 63999;
MaxInQ = 10;
MaxOutQ = 10;
asyncio = "yes";
wellknownport = 0x'2010'; // protocol specifics
}
Figure 6–2: TSI Configuration File (muxcfg) for Freeway Server