摘要: static int tcp_open_socket(unsigned short port, const char *bindaddr, const char *ifname){ int fd = -1, n, af, opt; struct sockaddr_in si; struct sock 阅读全文
posted @ 2021-03-03 10:15 zJanly 阅读(108) 评论(0) 推荐(0)