#include <tnlNetInterface.h>
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. | |
The DelaySendPacket is allocated as sizeof(DelaySendPacket) + packetSize;
Definition at line 202 of file tnlNetInterface.h.
1.2.18