hmbdc
simplify-high-performance-messaging-programming
|
template that Domain uses for the network communication properties More...
#include <Domain.hpp>
template that Domain uses for the network communication properties
Protocol | the TIPS network protocol in use - tcpcast, rmcast etc |
MaxMessageSize | the 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. |