#include "Tcp_pch.h"#include "TcpConnection.h"#include "TcpTransport.h"#include "TcpInst.h"#include "TcpDataLink.h"#include "TcpReceiveStrategy.h"#include "TcpSendStrategy.h"#include "TcpReconnectTask.h"#include "dds/DCPS/transport/framework/DirectPriorityMapper.h"#include "dds/DCPS/transport/framework/PriorityKey.h"#include "ace/os_include/netinet/os_tcp.h"#include "ace/OS_NS_arpa_inet.h"#include "ace/OS_NS_unistd.h"#include <sstream>#include <string>#include "TcpConnection.inl"
Go to the source code of this file.
Functions | |
| OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL const ACE_Time_Value | reconnect_delay (2) |
| OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL const ACE_Time_Value reconnect_delay | ( | 2 | ) |
Referenced by OpenDDS::DCPS::TcpConnection::active_reconnect_i().

1.6.1