SctpStreamParameters

data class SctpStreamParameters(val streamId: Int, val ordered: Boolean = true, val maxPacketLifeTime: Int? = null, val maxRetransmits: Int? = null)

SCTP stream parameters

Constructors

Link copied to clipboard
constructor(streamId: Int, ordered: Boolean = true, maxPacketLifeTime: Int? = null, maxRetransmits: Int? = null)

Properties

Link copied to clipboard
val maxPacketLifeTime: Int? = null
Link copied to clipboard
val maxRetransmits: Int? = null
Link copied to clipboard
val ordered: Boolean = true
Link copied to clipboard