
{      The event processor special cases all paths that have an
{ incoming connect request (state and clarifier 1,4).  The event
{ processor queues a request to input the incoming connect request.
{ Assuming the connect request is successfully received, the event
{ processor validates the incoming request.  If the request is valid,
{ the event processor starts up the appropriate server application
{ (if the application is defined as such) and assigns the incoming
{ connect request to the server job.  If the server application is already
{ running, then the event processor queues the incoming connect request
{ for that server to process.  If the request is invalid, the
{ event processor queues up a request to reject the incoming request
{ and issues an appropriate diagnostic.
{
{    The purpose of this routine is to queue a request to retrieve an
{ incoming connect request.
{
{    nad_index: (input) This parameter specifies the local NAD that
{      received the incoming connect request.
{
{    con_index: (input) This parameter specifies the connection number,
{      within the local NAD, that has been assigned to the incoming
{      connect request.
