C# Class OpenSim.Region.ClientStack.LindenUDP.UnackedPacketCollection.PendingAck

Holds information about a pending acknowledgement
Mostrar archivo Open project: N3X15/VoxelSim

Public Properties

Property Type Description
FromResend bool
RemoveTime int
SequenceNumber uint

Public Methods

Method Description
PendingAck ( uint sequenceNumber, int currentTime, bool fromResend ) : System

Method Details

PendingAck() public method

public PendingAck ( uint sequenceNumber, int currentTime, bool fromResend ) : System
sequenceNumber uint
currentTime int
fromResend bool
return System

Property Details

FromResend public_oe property

Whether or not this acknowledgement was attached to a resent packet. If so, round-trip time will not be calculated
public bool FromResend
return bool

RemoveTime public_oe property

Environment.TickCount value when the remove was queued. This is used to update round-trip times for packets
public int RemoveTime
return int

SequenceNumber public_oe property

Sequence number of the packet to remove
public uint SequenceNumber
return uint