hmbdc
simplify-high-performance-messaging-programming
List of all members
hmbdc::tips::net_property< Protocol, MaxMessageSize > Struct Template Reference

template that Domain uses for the network communication properties More...

#include <Domain.hpp>

Detailed Description

template<typename Protocol, size_t MaxMessageSize = 1000>
struct hmbdc::tips::net_property< Protocol, MaxMessageSize >

template that Domain uses for the network communication properties

Template Parameters
Protocolthe TIPS network protocol in use - tcpcast, rmcast etc
MaxMessageSizethe compile time specified max size of the network transferred message, this does not include the attachment size, it could be simply set to be something like hmbdc::max_size_in_tuple<AllSendMessagesTuple> If set to be 0, the value becomes runtime configured.
Examples:
hello-world.cpp.

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