Torque2D Reference
Loading...
Searching...
No Matches
NetConnection::PacketNotify Struct Reference

#include <netConnection.h>

Inheritance diagram for NetConnection::PacketNotify:

Public Member Functions

 PacketNotify ()

Public Attributes

bool rateChanged
 Did the rate change on this packet?
bool maxRateChanged
 Did the max rate change on this packet?
U32 sendTime
 Timestampe, when we sent this packet.
NetEventNoteeventList
 Linked list of events sent over this packet.
GhostRefghostList
 Linked list of ghost updates we sent in this packet.
SubPacketRef * subList
 Defined by subclass - used as desired.
PacketNotifynextPacket
 Next packet sent.

Detailed Description

Structure to track packets and what we sent over them.

We need to know what is sent in each packet, so that if a packet is dropped, we know what to resend. This is the structure we use to track this data.

Constructor & Destructor Documentation

◆ PacketNotify()

PacketNotify ( )

Member Data Documentation

◆ eventList

NetEventNote* eventList

Linked list of events sent over this packet.

◆ ghostList

GhostRef* ghostList

Linked list of ghost updates we sent in this packet.

◆ maxRateChanged

bool maxRateChanged

Did the max rate change on this packet?

◆ nextPacket

PacketNotify* nextPacket

Next packet sent.

◆ rateChanged

bool rateChanged

Did the rate change on this packet?

◆ sendTime

U32 sendTime

Timestampe, when we sent this packet.

◆ subList

SubPacketRef* subList

Defined by subclass - used as desired.


The documentation for this struct was generated from the following files: