在问题发生的最初,首先使用Wireshark抓包,
[TCP Retransmission]
[TCP Port numbers reused]
netstat -ano | findstr "port number"
TCP Port numbers reused Set when the SYN flag is set (not SYN+ACK), we have an existing conversation using the same addresses and ports, and the sequence number is different than the existing conversation’s initial sequence number.
在设置 SYN 标志(不是 SYN+ACK)时设置,我们有一个使用相同地址和端口的现有会话,并且序列号与现有会话的初始序列号不同。
之后对程序进行入手。
.\ xxx.exe --mirror http://mirrors.tuna.tsinghua.edu.cn/qt
误打误撞,开始研究防火墙设置。