CatapultServer  v0.5.0.1 (Elephant)
PacketHeader.h File Reference
Include dependency graph for PacketHeader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  catapult::ionet::PacketHeader
 A packet header that all transferable information is expected to have. More...
 

Namespaces

 catapult
 
 catapult::ionet
 

Functions

constexpr bool catapult::ionet::IsPacketDataSizeValid (const PacketHeader &header, size_t maxPacketDataSize)
 Determines if header indicates a valid packet data size no greater than maxPacketDataSize. More...
 
std::ostream & catapult::ionet::operator<< (std::ostream &out, const PacketHeader &header)
 Insertion operator for outputting header to out. More...