Replies: 1 comment 3 replies
-
I like that. Maybe we can introduce an option, for the affected probes, to let the users choose if they want to use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
被检测端收到许多 Connection reset by peer 报错,我知道这是监控主动发出 RST 强制断开 TCP 链接导致的,为了防止 TIME_WAIT 过多的问题。但是我的程序不想收到此类报错,希望能够新增一个开关来使用正常的四次挥手关闭连接。
The monitored side is receiving many 'Connection reset by peer' errors. I understand that this is caused by the monitoring tool actively sending RST packets to forcibly close the TCP connection in order to prevent an excessive number of TIME_WAIT states. However, I don't want my program to receive such errors. I would like to add an option to use the normal four-way handshake to close the connection instead.
Beta Was this translation helpful? Give feedback.
All reactions