#include "MulticastInst.h"
#include "MulticastLoader.h"
#include "MulticastTransport.h"
#include "dds/DCPS/transport/framework/TransportDefs.h"
#include "dds/DCPS/transport/framework/NetworkAddress.h"
#include "ace/Configuration.h"
#include <iostream>
#include <sstream>
Include dependency graph for MulticastInst.cpp:
Go to the source code of this file.
Namespaces | |
namespace | OpenDDS |
namespace | OpenDDS::DCPS |
Functions | |
const bool | DEFAULT_TO_IPV6 (false) |
const u_short | DEFAULT_PORT_OFFSET (49152) |
const char * | DEFAULT_IPV4_GROUP_ADDRESS ("224.0.0.128") |
const char * | DEFAULT_IPV6_GROUP_ADDRESS ("FF01::80") |
const bool | DEFAULT_RELIABLE (true) |
const double | DEFAULT_SYN_BACKOFF (2.0) |
const long | DEFAULT_SYN_INTERVAL (250) |
const long | DEFAULT_SYN_TIMEOUT (30000) |
const size_t | DEFAULT_NAK_DEPTH (32) |
const long | DEFAULT_NAK_INTERVAL (500) |
const long | DEFAULT_NAK_DELAY_INTERVALS (4) |
const long | DEFAULT_NAK_MAX (3) |
const long | DEFAULT_NAK_TIMEOUT (30000) |
const unsigned char | DEFAULT_TTL (1) |
const bool | DEFAULT_ASYNC_SEND (false) |
const bool @58::DEFAULT_ASYNC_SEND | ( | false | ) | [static] |
const char* @58::DEFAULT_IPV4_GROUP_ADDRESS | ( | "224.0.0.128" | ) | [static] |
Referenced by OpenDDS::DCPS::MulticastInst::default_group_address().
const char* @58::DEFAULT_IPV6_GROUP_ADDRESS | ( | "FF01::80" | ) | [static] |
Referenced by OpenDDS::DCPS::MulticastInst::default_group_address().
const long @58::DEFAULT_NAK_DELAY_INTERVALS | ( | 4 | ) | [static] |
const size_t @58::DEFAULT_NAK_DEPTH | ( | 32 | ) | [static] |
const long @58::DEFAULT_NAK_INTERVAL | ( | 500 | ) | [static] |
Referenced by OpenDDS::DCPS::MulticastInst::MulticastInst().
const long @58::DEFAULT_NAK_MAX | ( | 3 | ) | [static] |
const long @58::DEFAULT_NAK_TIMEOUT | ( | 30000 | ) | [static] |
Referenced by OpenDDS::DCPS::MulticastInst::MulticastInst().
const u_short @58::DEFAULT_PORT_OFFSET | ( | 49152 | ) | [static] |
const bool @58::DEFAULT_RELIABLE | ( | true | ) | [static] |
const double @58::DEFAULT_SYN_BACKOFF | ( | 2. | 0 | ) | [static] |
const long @58::DEFAULT_SYN_INTERVAL | ( | 250 | ) | [static] |
Referenced by OpenDDS::DCPS::MulticastInst::MulticastInst().
const long @58::DEFAULT_SYN_TIMEOUT | ( | 30000 | ) | [static] |
Referenced by OpenDDS::DCPS::MulticastInst::MulticastInst().
const bool @58::DEFAULT_TO_IPV6 | ( | false | ) | [static] |
const unsigned char @58::DEFAULT_TTL | ( | 1 | ) | [static] |