C# Class Universe.ClientStack.UnackedPacketCollection.PendingAck

Holds information about a pending acknowledgement
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Свойство Type Description
FromResend bool
RemoveTime int
SequenceNumber uint

Méthodes publiques

Méthode Description
PendingAck ( uint sequenceNumber, int currentTime, bool fromResend ) : System

Method Details

PendingAck() public méthode

public PendingAck ( uint sequenceNumber, int currentTime, bool fromResend ) : System
sequenceNumber uint
currentTime int
fromResend bool
Résultat 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
Résultat 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
Résultat int

SequenceNumber public_oe property

Sequence number of the packet to remove
public uint SequenceNumber
Résultat uint