Reply To: Timeout in Inbound Replies

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Timeout in Inbound Replies Reply To: Timeout in Inbound Replies

#57680
Anonymous
Participant

    await replies simply says the next data coming in from the connection will be tagged as a reply.  Then it would be processed with an inbund reply tps proc.

    replygen proc is called on a timeout, or on startup if there is a state 14 message

    assuming there was a send_ok proc specified

    without a reply gen proc you stand a chance of losing messages either on timeout or startup as there would be nothing to process them and resend them.