Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/tcp: Fix TCP keepalive time unit misuse problem
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 <[email protected]>
- Loading branch information