
{
{     The purpose of this request is to initialize the connection layer
{  template for the specifed layer on a path defined by application layer.
{  This procedure is called by a layer each time a Service Access Point is
{  opened.  However, only the results of the first initialization are
{  retained.  Subsequent calls are assumed to duplicate the first call.
{  In other words a layer's template on a given connection path remains
{  static for the duration of an activation of NAM/VE.
{
{       NLP$CL_INITIALIZE_TEMPLATE (APPLICATION_LAYER, LAYER,
{           LAYER_CONNECTION_SIZE, MAXIMUM_PROTOCOL_HEADER_SIZE,
{           SAP_PROCESSOR, SAP_TIMER_EVALUATOR, CONNECTION_PROCESSOR,
{           CONNECTION_TIMER_EVALUATOR)
{
{  APPLICATION_LAYER: (input) This parameter specifies the application
{       layer being utilized by an end user to interface to NAM/VE.
{
{  LAYER: (input) This parameter specifies the layer template to be
{       initialized.
{
{  LAYER_CONNECTION_SIZE: (input) This parameter specifies the number of
{       bytes the layer requires for connection state information.
{
{  MAXIMUM_PROTOCOL_HEADER_SIZE: (input) This parameter specifies the
{       maximum number of bytes in the layer's protocol header.
{
{  SAP_PROCESSOR: (input) This parameter specifies the procedure the layer
{       calls to deliver SAP events (generally peer connect request
{       indications).  The SAP processor is a procedure of an upper layer
{       protocol.  The value may be NIL.  If a the values is non-NIL, the
{       procedure must exist all tasks.
{
{  SAP_TIMER_EVALUTATOR: (input) This parameter specifies the layer's
{       procedure which will be called periodically to evaluate SAP timers.
{       The value may be NIL. If a the values is non-NIL, the procedure
{       must exist all tasks.
{
{  CONNECTION_PROCESSOR: (input) This parameter specifies the procedure the
{       layer calls to deliver connection events.  The connection processor
{       is a procedure of an upper layer protocol. The value may be NIL.
{       If a the values is non-NIL, the procedure must exist all tasks.
{
{  CONNECTION_TIMER_EVALUTATOR: (input) This parameter specifies the layer's
{       procedure which will be called periodically to evaluate connection
{       timers.  The value may be NIL.  If a the values is non-NIL,
{       the procedure must exist all tasks.
{

