OpenDDS
Snapshot(2023/04/05-13:10)
|
#include "Stun.h"
#include <dds/DCPS/Ice.h>
#include <dds/DCPS/TimeTypes.h>
#include <dds/DCPS/RcObject.h>
#include <dds/DCPS/GuidUtils.h>
Go to the source code of this file.
Classes | |
class | OpenDDS::ICE::Endpoint |
class | OpenDDS::ICE::AgentInfoListener |
class | OpenDDS::ICE::Configuration |
class | OpenDDS::ICE::Agent |
class | OpenDDS::ICE::ServerReflexiveStateMachine |
Namespaces | |
OpenDDS | |
The Internal API and Implementation of OpenDDS. | |
OpenDDS::ICE | |
Typedefs | |
typedef std::set< GuidPair > | OpenDDS::ICE::GuidSetType |
Functions | |
typedef | OpenDDS::ICE::OPENDDS_VECTOR (ACE_INET_Addr) AddressListType |
bool | OpenDDS::ICE::candidates_equal (const Candidate &x, const Candidate &y) |
bool | OpenDDS::ICE::candidates_sorted (const Candidate &x, const Candidate &y) |
ACE_UINT32 | OpenDDS::ICE::local_priority (const ACE_INET_Addr &addr) |
Candidate | OpenDDS::ICE::make_host_candidate (const ACE_INET_Addr &address) |
Candidate | OpenDDS::ICE::make_server_reflexive_candidate (const ACE_INET_Addr &address, const ACE_INET_Addr &base, const ACE_INET_Addr &server_address) |
Candidate | OpenDDS::ICE::make_peer_reflexive_candidate (const ACE_INET_Addr &address, const ACE_INET_Addr &base, const ACE_INET_Addr &server_address, ACE_UINT32 priority) |
Candidate | OpenDDS::ICE::make_peer_reflexive_candidate (const ACE_INET_Addr &address, ACE_UINT32 priority, size_t q) |