-- File: XNS.config - last edit:
-- AOF                 15-Feb-88 15:35:22
-- SMA                 27-May-86 11:11:18
-- Copyright (C) 1984, 1986, 1987, 1988 by Xerox Corporation. All rights reserved.
 
--Binder [symbols: XNS, bcd: UnpackedXNS] ← XNS/c
--Packager XNS[UnpackedXNS]/m
PACK
  --Level1-- RouterImpl, RoutingTableImpl, SocketImpl, ChecksumsImpl,
  --Level2-- PacketExchangeImpl, EchoServerImpl, NetworkStreamMgr,
    NetworkStreamImpl, NewNetworkStreamImpl, PacketStreamMgr;

XNS: CONFIGURATION LINKS: CODE
  IMPORTS
    Buffer, BufferOps, ByteBlt, Checksums, CommHeap, Driver, Inline, NSBuffer,
    Process, Protocol1, Runtime, Socket, Space, SpecialSystem, Stats,
    Stream, System, CommUtil
  EXPORTS ALL
  CONTROL Level1, Level2 =

  BEGIN
  Level1: CONFIGURATION LINKS: CODE
    IMPORTS
      Buffer, BufferOps, ByteBlt, Checksums, CommHeap, CommunicationInternal,
      Driver, EchoServer, Inline, NSBuffer, Process, Protocol1, Space,
      SpecialSystem, Stats, System, CommUtil
    EXPORTS ALL
    CONTROL ChecksumsImpl, RouterImpl, SocketImpl, RoutingTableImpl =
      BEGIN
      RouterImpl;  --STARTED by Control list
      RoutingTableImpl;  --STARTed by RouterImpl
      ChecksumsImpl;  --not STARTed
      SocketImpl;  --STARTED by Control list
      END;

  Level2: CONFIGURATION LINKS: CODE
    IMPORTS
      Buffer, BufferOps, ByteBlt, Protocol1, Checksums, CommHeap, Driver,
      Process, NSBuffer, Router, RouterInternal, Runtime, Socket, SocketInternal,
      Stats, Stream, System, CommUtil
    EXPORTS ALL
    CONTROL PacketExchangeImpl, NetworkStreamMgr, PacketStreamMgr =
      BEGIN
      EchoServerImpl;  --STARTed by RouterImpl
      NetworkStreamMgr;  --STARTed by control list
      PacketStreamMgr;  --STARTed by control list
      NetworkStreamImpl;  --STARTed by first start trap
      NewNetworkStreamImpl;  --STARTed by first start trap
      PacketExchangeImpl;  --STARTed by control list
      END;

Level1;
Level2;

END....  UnpackedXNS.config

LOG

17-May-84 15:39:24  AOF  Created file
21-May-86 10:27:35  SMA  Moved in ChecksumsImpl from UnpackedBase.config.
23-May-86 14:03:34  SMA  New imports for new routing.
10-Feb-87  9:21:22  AOF  Added ChecksumsImpl to PACK.
12-Feb-87 20:13:46  AOF  FRAME LINKS.