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 SourceAssociationConnectionState
Declaration
public SctpAssociationState AssociationConnectionState
  Field Value
| Type | Description | 
|---|---|
| SctpAssociationState | 
CongestionWindowSizes
Declaration
public int CongestionWindowSizes
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
PendingReceiptChunksCount
Declaration
public int PendingReceiptChunksCount
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
ReceiverWindowSize
Declaration
public int ReceiverWindowSize
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
UnacknowledgedChunksCount
Declaration
public int UnacknowledgedChunksCount
  Field Value
| Type | Description | 
|---|---|
| System.Int32 |