无心香烟

文章
5
资源
0
加入时间
2年10月24天

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...