Commit 27b9d295 authored by 马伊齐's avatar 马伊齐

删除无用注释

parent 95594f8f
......@@ -37,7 +37,6 @@ int main()
sock_info(connfd, &ipaddr, &port);
servaddr.sin_addr.s_addr = ipaddr;
// 将获取到的字符串反转
char *p = inet_ntoa(servaddr.sin_addr);
printf("connected client IP: %s, port: %d\n", p, port);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment