PacketPeerDTLSStatus Enumeration |
[Missing <summary> documentation for "T:Godot.PacketPeerDTLS.Status"]
Namespace: Godot
public enum Status
| Member name | Value | Description | |
|---|---|---|---|
| Disconnected | 0 | A status representing a PacketPeerDTLS that is disconnected. | |
| Handshaking | 1 | A status representing a PacketPeerDTLS that is currently performing the handshake with a remote peer. | |
| Connected | 2 | A status representing a PacketPeerDTLS that is connected to a remote peer. | |
| Error | 3 | A status representing a PacketPeerDTLS in a generic error state. | |
| ErrorHostnameMismatch | 4 | An error status that shows a mismatch in the DTLS certificate domain presented by the host and the domain requested for validation. |