C# Class Network_Manager.Jobs.Extensions.LoadBalancer.RoutingTable.ConnParams

Show file Open project: SortByte/Network-Manager

Public Properties

Property Type Description
ack uint
bytesReceived int
bytesToSend uint
freeWindow int
localPort ushort
lockSendCallback System.Threading.SemaphoreSlim
receivingBuffer byte[]
remoteIp PcapDotNet.Packets.IpV4.IpV4Address
remotePort ushort
seq uint
socket Socket
windowFull bool
windowScale byte
windowSize ushort

Public Methods

Method Description
ConnParams ( ) : System
GetWindow ( ) : ushort
UpdateAck ( int ackInc ) : void
UpdateAck ( uint ackInc ) : void
UpdateSeq ( int seqInc ) : void
UpdateSeq ( uint seqInc ) : void

Method Details

ConnParams() public method

public ConnParams ( ) : System
return System

GetWindow() public method

public GetWindow ( ) : ushort
return ushort

UpdateAck() public method

public UpdateAck ( int ackInc ) : void
ackInc int
return void

UpdateAck() public method

public UpdateAck ( uint ackInc ) : void
ackInc uint
return void

UpdateSeq() public method

public UpdateSeq ( int seqInc ) : void
seqInc int
return void

UpdateSeq() public method

public UpdateSeq ( uint seqInc ) : void
seqInc uint
return void

Property Details

ack public property

public uint ack
return uint

bytesReceived public property

public int bytesReceived
return int

bytesToSend public property

public uint bytesToSend
return uint

freeWindow public property

public int freeWindow
return int

localPort public property

public ushort localPort
return ushort

lockSendCallback public property

public SemaphoreSlim,System.Threading lockSendCallback
return System.Threading.SemaphoreSlim

receivingBuffer public property

public byte[] receivingBuffer
return byte[]

remoteIp public property

public IpV4Address,PcapDotNet.Packets.IpV4 remoteIp
return PcapDotNet.Packets.IpV4.IpV4Address

remotePort public property

public ushort remotePort
return ushort

seq public property

public uint seq
return uint

socket public property

public Socket socket
return Socket

windowFull public property

public bool windowFull
return bool

windowScale public property

public byte windowScale
return byte

windowSize public property

public ushort windowSize
return ushort