nn::rdt::CTR::ResultResetReceived Class

Syntax

class ResultResetReceived

Description

Indicates that a reset signal was received from a peer and there was a state transition to CLOSED.

Reset signals are sent in response to erroneous connection requests as well as when the Sender::Cancel and Receiver::Cancel functions are run. Because an object instance transitions to the CLOSED state when it receives this reset signal, handle it in some way; this includes cancelling communication and attempting to reconnect as appropriate.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL