服务器开发中网络故障排查
摘要:A.操作系统提供的网络接口 为了能更好的排查网络通信问题,我们需要熟悉操作系统提供的以下网络接口函数,列表如下: // 创建套接字 int socket(int domain, int type, int protocol); // 连接一个服务器地址 int connect(int sockfd,
阅读全文
posted @ 2020-09-15 16:59
posted @ 2020-09-15 16:59
posted @ 2019-02-27 08:42