OnixS C++ CME MDP Conflated TCP Handler  1.3.6
API Documentation
MaxMessageSize.h File Reference

Go to the source code of this file.

Namespaces

 OnixS
 
 OnixS::CME
 
 OnixS::CME::ConflatedTCP
 
 OnixS::CME::ConflatedTCP::Messaging
 

Functions

template<typename Message >
constexpr MessageSize calculateMaxMessageSize (UInt8 maxGroupItems)
 
template<typename Message >
constexpr std::enable_if< MaxMessageSizeTraits< Message >::UseCustomValue, MessageSize >::type getMaxMessageSize (UInt8)
 
template<typename Message >
constexpr std::enable_if<!MaxMessageSizeTraits< Message >::UseCustomValue, MessageSize >::type getMaxMessageSize (UInt8 maxGroupItems)
 

Variables

constexpr UInt16 MaxConflatedTcpMessageSize = 65535 - sizeof(SimpleOpenFramingHeader)