2017年12月21日

Linux TCP server 只能接受一个 TCP 连接

摘要: #include #include #include #include // menset 函数 #include // exit 函数 #include // struct sockaddr_in 结构类型 #include // inet_ntoa 函数 #include // close 函数 int tcpServerInit( void ); void m... 阅读全文

posted @ 2017-12-21 16:03 所长 阅读(3269) 评论(0) 推荐(0) 编辑

导航