Where certain NetConfig PROCS settings are in the GUI

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Where certain NetConfig PROCS settings are in the GUI

  • Creator
    Topic
  • #55202
    Anthony Thompson
    Participant

      I saw these settings in our NetConfig files, but I’m having trouble finding their corresponding locations in the GUI:

      SMS.FWD_DATA.PROCS

      SMS.FWD_REPLY.PROCS

      STOPPROCS.PROCS

      RECVCONTROL.ACKCONTROL.PROCS

      Does anyone know where I could find these settings in the GUI?

      For example, STARTPROCS.PROCS is Properties tab -> Protocol properties -> Start-up Procedures

      Expanded out, the settings above are:

      Code:

         { SMS {
             { FWD_DATA {
                 { ARGS {} }
                 { PROCS {} }
                 { PROCSCONTROL {} }
             } }
             { FWD_REPLY {
                 { ARGS {} }
                 { PROCS {} }
                 { PROCSCONTROL {} }
             } }

         { RECVCONTROL {
             { ACKCONTROL {
                 { ARGS {} }
                 { PROCS {} }
                 { PROCSCONTROL {} }
             } }
             { EOMSG {} }
             { HOLDMSGS 0 }
             { MSGPRIO 5120 }
         } }

         { STOPPROCS {
             { ARGS {} }
             { PROCS {} }
             { PROCSCONTROL {} }
         } }

    • The forum ‘Cloverleaf’ is closed to new topics and replies.