摘要:
static pthread_t udp_server_thread;static pthread_attr_t udp_server_attr; static int udp_sock_init(void){ int sockfd; int ret = 0; struct sockaddr_in 阅读全文
摘要:
以嵌入式设备作为客户端连接上位机或服务器的socket client: /******************************************************************** function name : tcp_client_connect* desc : c 阅读全文