3 Dec
2025
3 Dec
'25
7:33 a.m.
On Tue, 2 Dec 2025 11:00:02 +0800
Yumei Huang
When a client connects, SYN would be sent to guest only once. If the guest is not connected or ready at that time, the connection will be reset in 10s. These patches introduce the SYN retry mechanism using the similar backoff timeout as linux kernel. Also update the data retransmission timeout using the backoff timeout.
v10: - Update read_file() to check buf_size first - Improve debug message in read_file_integer() - Replace RTO_MAX_MS_DEFAULT with RTO_MAX_DEFAULT - Wording fixes
Applied, thanks for following up with this. -- Stefano