Table of Contents

Enum PacketPeerDtls.Status

Namespace
Godot
Assembly
GodotSharp.dll
public enum PacketPeerDtls.Status : long

Fields

Connected = 2

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

Disconnected = 0

A status representing a PacketPeerDtls that is disconnected.

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.

Handshaking = 1

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