Enum PacketPeerDtls.Status
- Namespace
 - Godot
 
- Assembly
 - GodotSharp.dll
 
public enum PacketPeerDtls.Status : long
  Fields
Connected = 2A status representing a PacketPeerDtls that is connected to a remote peer.
Disconnected = 0A status representing a PacketPeerDtls that is disconnected.
Error = 3A status representing a PacketPeerDtls in a generic error state.
ErrorHostnameMismatch = 4An error status that shows a mismatch in the DTLS certificate domain presented by the host and the domain requested for validation.
Handshaking = 1A status representing a PacketPeerDtls that is currently performing the handshake with a remote peer.