Show / Hide Table of Contents

Struct SctpStatus

Represents the current status of an SCTP association.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public struct SctpStatus
Remarks

The address list items have not been included due to the assumption they are not relevant for SCTP encapsulated in UDP. The status data is defined on page 115 of the SCTP RFC https://tools.ietf.org/html/rfc4960#page-115.

Fields

| Improve this Doc View Source

AssociationConnectionState

Declaration
public SctpAssociationState AssociationConnectionState
Field Value
Type Description
SctpAssociationState
| Improve this Doc View Source

CongestionWindowSizes

Declaration
public int CongestionWindowSizes
Field Value
Type Description
System.Int32
| Improve this Doc View Source

PendingReceiptChunksCount

Declaration
public int PendingReceiptChunksCount
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ReceiverWindowSize

Declaration
public int ReceiverWindowSize
Field Value
Type Description
System.Int32
| Improve this Doc View Source

UnacknowledgedChunksCount

Declaration
public int UnacknowledgedChunksCount
Field Value
Type Description
System.Int32

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX