TCP自连接 1. 什么是自连接(self-connection)?在发起连接时,TCP/IP的协议栈会先选择source IP和source port,在没有显示调用bind()的情况下,source IP由路由表确定,source port由TCP/IP协议栈从local port range中选取尚未使用的port。如果destination IP正好是本机,而destination port位于loc... Linux 2024-09-23 38 点赞 0 评论 57 浏览