X86 Socket 通信
摘要:
1 struct txd_socket_handler_t { 2 int fd; 3 }; 4 5 txd_socket_handler_t *txd_tcp_socket_create() { 6 txd_socket_handler_t *sock = (txd_socket_handler_t*)txd_malloc(sizeof(txd_soc... 阅读全文
posted @ 2016-03-21 17:04 Jeffrey.Downhouse 阅读(303) 评论(0) 推荐(0) 编辑