15 : transport_type_(type)
21 , thread_per_connection_(0)
22 , datalink_release_delay_(DEFAULT_DATALINK_RELEASE_DELAY)
23 , datalink_control_chunks_(DEFAULT_DATALINK_CONTROL_CHUNKS)
24 , fragment_reassembly_timeout_(300)
25 , receive_preallocated_message_blocks_(0)
26 , receive_preallocated_data_blocks_(0)
27 , shutting_down_(false)
29 , drop_messages_(false)
32 , count_messages_(false)
49 ACE_TEXT(
"(%P|%t) NOTICE: \"max_samples_per_packet\" is adjusted from %u to %u\n"),
TransportInst(const char *type, const OPENDDS_STRING &name)
size_t max_samples_per_packet_
Max number of samples that should ever be in a single packet.
#define DBG_ENTRY_LVL(CNAME, MNAME, DBG_LVL)
void adjust_config_value()