H
hrm
Unregistered / Unconfirmed
GUEST, unregistred user!
数据类型定义:
typedef unsigned short dpl_uint16_t;
typedef dpl_uint16_t dpl;
typedef struct conn_desc conn_desc;
struct conn_desc{
dpl_socket_t sock;
unsigned long seq;
int status;
char act_flag;
};
C语言动态库输出函数格式如下:
connect(char *h,dpl port,desc *conn);
typedef unsigned short dpl_uint16_t;
typedef dpl_uint16_t dpl;
typedef struct conn_desc conn_desc;
struct conn_desc{
dpl_socket_t sock;
unsigned long seq;
int status;
char act_flag;
};
C语言动态库输出函数格式如下:
connect(char *h,dpl port,desc *conn);