29 using OpenSim.Framework;
32 namespace OpenSim.
Region.ClientStack.LindenUDP
72 UnackedMethod = method;
int ResendCount
Number of times this packet has been resent
int TickCount
Environment.TickCount when this packet was last sent over the wire
OutgoingPacket(LLUDPClient client, UDPPacketBuffer buffer, ThrottleOutPacketType category, UnackedPacketMethod method)
Default constructor
Tracks state for a client UDP connection and provides client-specific methods
UnackedPacketMethod UnackedMethod
The delegate to be called if this packet is determined to be unacknowledged
UDPPacketBuffer Buffer
Packet data to send
LLUDPClient Client
Client this packet is destined for
ThrottleOutPacketType Category
Category this packet belongs to
uint SequenceNumber
Sequence number of the wrapped packet
delegate void UnackedPacketMethod(OutgoingPacket oPacket)
Holds a reference to the LLUDPClientthis packet is destined for, along with the serialized packet dat...