#include <UDPSocket.h>
#include <TCPSocket.h>
#include <DCDT_Channel.h>
#include <DCDT_ctrace.h>
Go to the source code of this file.
Classes | |
struct | _Data_IP |
class | DCDT_Channel_IP |
class | CommData_IP |
Defines | |
#define | IP_LOST_TIMER_VAL 10000000 |
#define | IP_SEND_TIMER_VAL 1000000 |
#define | IP_RECV_TIMER_VAL 100000 |
#define | IP_CONN_TIMER_VAL 10000000 |
#define | SNDLOWAT_VAL 500 |
#define | SNDBUF_VAL 10*SNDLOWAT_VAL |
#define | MSS_VAL 500 |
#define | DATA_IP_LEN sizeof(Data_IP) |
Typedefs | |
typedef _Data_IP | Data_IP |
|
Definition at line 46 of file DCDT_Channel_IP.h. |
|
Definition at line 36 of file DCDT_Channel_IP.h. Referenced by DCDT_Channel_IP::SetTimers(), and DCDT_Channel_IP::WaitConn(). |
|
Definition at line 33 of file DCDT_Channel_IP.h. Referenced by DCDT_Channel_IP::DynamicPrepare(), DCDT_Channel_IP::SetTimers(), and DCDT_Channel_IP::StaticPrepare(). |
|
Definition at line 35 of file DCDT_Channel_IP.h. Referenced by DCDT_Channel_IP::SetTimers(), and DCDT_Channel_IP::WaitConn(). |
|
Definition at line 34 of file DCDT_Channel_IP.h. Referenced by DCDT_Channel_IP::SetTimers(). |
|
Definition at line 40 of file DCDT_Channel_IP.h. |
|
Definition at line 39 of file DCDT_Channel_IP.h. Referenced by DCDT_Channel_IP::Open(), and DCDT_Channel_IP::Reopen(). |
|
Definition at line 38 of file DCDT_Channel_IP.h. Referenced by DCDT_Channel_IP::Open(), and DCDT_Channel_IP::Reopen(). |
|
Referenced by CommData_IP::CommData_IP(), DCDT_Channel_IP::ReceiveHS(), DCDT_Channel_IP::StartConn(), and DCDT_Channel_IP::WaitConn(). |