RejectReasonCode

Internal reject reason for InternalRejectReason. Once it has been called, you must release Srt context with Srt.cleanUp when application leaves.

See Also: Reject Reasons

Entries

Link copied to clipboard

Initial set when in progress

Link copied to clipboard

Broken due to system function error

Link copied to clipboard

Connection was rejected by peer

Link copied to clipboard

Internal problem with resource allocation

Link copied to clipboard

Incorrect data in handshake messages

Link copied to clipboard

Listener's backlog exceeded

Link copied to clipboard

Internal program error

Link copied to clipboard

Socket is closing

Link copied to clipboard

Peer is older version than agent's minimum set

Link copied to clipboard

Rendezvous cookie collision

Link copied to clipboard

Wrong password

Link copied to clipboard

Password required or unexpected

Link copied to clipboard

Streamapi/messageapi collision

Link copied to clipboard

Incompatible congestion-controller type

Link copied to clipboard

Incompatible packet filter

Link copied to clipboard

Incompatible group

Link copied to clipboard

Connection timeout

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open external override fun toString(): String

Returns a string for the reason of the connection reject.

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.