TNL::NetInterface::DelaySendPacket struct Reference
TNL::NetInterface::DelaySendPacket Struct Reference
#include <tnlNetInterface.h>
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;
Field Documentation
|
The next packet in the list of delayed packets.
|
|
The address to send this packet to.
|
|
Time when we should send the packet.
|
|
Size, in bytes, of the packet data.
|