#include <threads.h>
Public Member Functions | |
OutgoingPacket (session_t peer_id_, u8 channelnum_, const SharedBuffer< u8 > &data_, bool reliable_, bool ack_=false) | |
Public Attributes | |
session_t | peer_id |
u8 | channelnum |
SharedBuffer< u8 > | data |
bool | reliable |
bool | ack |
|
inline |
bool con::OutgoingPacket::ack |
Referenced by con::ConnectionSendThread::sendPackets().
u8 con::OutgoingPacket::channelnum |
Referenced by con::ConnectionSendThread::sendPackets().
SharedBuffer<u8> con::OutgoingPacket::data |
Referenced by con::ConnectionSendThread::sendPackets().
session_t con::OutgoingPacket::peer_id |
Referenced by con::ConnectionSendThread::sendPackets().
bool con::OutgoingPacket::reliable |
Referenced by con::ConnectionSendThread::sendPackets().