Class TransmissionControlBlock
Represents a Transmission Control Block (TCB).
Inheritance
System.Object
TransmissionControlBlock
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.System.Network.IPv4.TCP
Assembly: Cosmos.System2.dll
Syntax
public class TransmissionControlBlock
Properties
| Improve this Doc View SourceIRS
Initial receive sequence number.
Declaration
public uint IRS { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
ISS
Initial send sequence number
Declaration
public uint ISS { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
RcvNxt
Receive next.
Declaration
public uint RcvNxt { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
RcvUp
Receive urgent pointer.
Declaration
public uint RcvUp { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
RcvWnd
Receive window.
Declaration
public uint RcvWnd { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
SndNxt
Send next.
Declaration
public uint SndNxt { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
SndUna
Send unacknowledged.
Declaration
public uint SndUna { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
SndUp
Send urgent pointer.
Declaration
public uint SndUp { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
SndWl1
Segment sequence number used for last window update.
Declaration
public uint SndWl1 { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
SndWl2
Segment acknowledgment number used for last window update.
Declaration
public uint SndWl2 { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
SndWnd
Send window.
Declaration
public ushort SndWnd { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |