#include <tnlNetInterface.h>
The DelaySendPacket is allocated as sizeof(DelaySendPacket) + packetSize;
Data Fields | |
| 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. | |
|
|
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.
|
|
|
Packet data.
|