环境:
Unix 客户端和 Unix 服务器。
使用的工具:卷曲。
客户端/服务器在建立连接时应忽略时间等待时间(2 *MSL)。
这是通过执行以下命令来完成的:
sysctl net.ipv4.tcp_tw_reuse=1
sysctl net.ipv4.tcp_tw_recycle=1
必须指定本地端口,以便它可以重复使用。
开始连接。
示例:而 [1]; 做 curl --local-port 9056 192.168.40.2; 睡30;完毕
即使它应该忽略时间等待期,我仍然看到错误。知道为什么会这样吗?