C# Класс Universe.ClientStack.UnackedPacketCollection.PendingAck

Holds information about a pending acknowledgement
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
FromResend bool
RemoveTime int
SequenceNumber uint

Открытые методы

Метод Описание
PendingAck ( uint sequenceNumber, int currentTime, bool fromResend ) : System

Описание методов

PendingAck() публичный Метод

public PendingAck ( uint sequenceNumber, int currentTime, bool fromResend ) : System
sequenceNumber uint
currentTime int
fromResend bool
Результат System

Описание свойств

FromResend публичное свойство

Whether or not this acknowledgement was attached to a resent packet. If so, round-trip time will not be calculated
public bool FromResend
Результат bool

RemoveTime публичное свойство

Environment.TickCount value when the remove was queued. This is used to update round-trip times for packets
public int RemoveTime
Результат int

SequenceNumber публичное свойство

Sequence number of the packet to remove
public uint SequenceNumber
Результат uint