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

显示文件 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_oe property

public uint ack
return uint

bytesReceived public_oe property

public int bytesReceived
return int

bytesToSend public_oe property

public uint bytesToSend
return uint

freeWindow public_oe property

public int freeWindow
return int

localPort public_oe property

public ushort localPort
return ushort

lockSendCallback public_oe property

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

receivingBuffer public_oe property

public byte[] receivingBuffer
return byte[]

remoteIp public_oe property

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

remotePort public_oe property

public ushort remotePort
return ushort

seq public_oe property

public uint seq
return uint

socket public_oe property

public Socket socket
return Socket

windowFull public_oe property

public bool windowFull
return bool

windowScale public_oe property

public byte windowScale
return byte

windowSize public_oe property

public ushort windowSize
return ushort