C# 클래스 OpenSim.Region.ClientStack.LindenUDP.UnackedPacketCollection.PendingAck

Holds information about a pending acknowledgement
파일 보기 프로젝트 열기: N3X15/VoxelSim

공개 프로퍼티들

프로퍼티 타입 설명
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