PacketPeerDTLS.Status

Values

ValueMeaning
statusDisconnected0

A status representing a PacketPeerDTLS that is disconnected.

statusHandshaking1

A status representing a PacketPeerDTLS that is currently performing the handshake with a remote peer.

statusConnected2

A status representing a PacketPeerDTLS that is connected to a remote peer.

statusError3

A status representing a PacketPeerDTLS in a generic error state.

statusErrorHostnameMismatch4

An error status that shows a mismatch in the DTLS certificate domain presented by the host and the domain requested for validation.

Meta