Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

TNL::NetInterface::DelaySendPacket Struct Reference

Structure used to track packets that are delayed in sending for simulating a high-latency connection. More...

#include <tnlNetInterface.h>

List of all members.

Public Attributes

DelaySendPacket * nextPacket
 The next packet in the list of delayed packets.

Address remoteAddress
 The address to send this packet to.

U32 sendTime
 Time when we should send the packet.

U32 packetSize
 Size, in bytes, of the packet data.

U8 packetData [1]
 Packet data.


Detailed Description

Structure used to track packets that are delayed in sending for simulating a high-latency connection.

The DelaySendPacket is allocated as sizeof(DelaySendPacket) + packetSize;

Definition at line 202 of file tnlNetInterface.h.


The documentation for this struct was generated from the following file:
Generated on Thu Aug 18 16:03:39 2005 for Robin Hood: Thieves & Knights by doxygen1.2.18