mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
Merge c127429cb9 into e73f7f7d0e
This commit is contained in:
commit
cf22b5aba8
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ static void tcp_sendcommon(FAR struct net_driver_s *dev,
|
|||
}
|
||||
else
|
||||
{
|
||||
if (work_available(&conn->work) && conn->tx_unacked != 0)
|
||||
if (conn->tx_unacked != 0)
|
||||
{
|
||||
conn->timeout = false;
|
||||
tcp_update_retrantimer(conn, conn->rto);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue