mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 17:18:28 +08:00
5e74ed8d34
Summary: The conn->keeptimer units is decisecond,but its unit is treated as half-second in the tcp_timer & tcp_get_timeout function. Therefore conn>keeptimer needs to be divided by 5(DSEC_PER_HSEC) to match half-second units. Signed-off-by: zhangshuai39 <zhangshuai39@xiaomi.com>