Re: [PATCH net] net/smc: Send out the remaining data in sndbuf before close
From: Wen Gu
Date: Mon Mar 28 2022 - 05:56:07 EST
Thanks for your comments.
On 2022/3/28 5:04 pm, dust.li wrote:
I think this issue should also happen if TCP_CORK is set and
autocorking is not enabled ?
Yes, setting TCP_CORK also works.
Autocorking and delaying the TX from BH to smc_release_cb() greatly
increased the probability of this problem.
Thanks,
Wen Gu