cnet

Packet (struct)

struct Packet
{
	cnet::Bytes cleanData;
	cnet::Bytes rawData;
	const Address senderAddress;
};

Member types: