mirror of
https://github.com/apache/nuttx.git
synced 2025-12-19 01:29:44 +08:00
net/: Run all .c files under net/ through tools/nxstyle and fix all resulting complaints.
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
bb09471d63
commit
98f431d8d8
@@ -2,7 +2,8 @@
|
||||
* net/tcp/tcp_input.c
|
||||
* Handling incoming TCP input
|
||||
*
|
||||
* Copyright (C) 2007-2014, 2017-2019 Gregory Nutt. All rights reserved.
|
||||
* Copyright (C) 2007-2014, 2017-2019, 2020 Gregory Nutt. All rights
|
||||
* reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
*
|
||||
* Adapted for NuttX from logic in uIP which also has a BSD-like license:
|
||||
@@ -768,6 +769,7 @@ found:
|
||||
* the received data. So the socket layer has to get this ACK even
|
||||
* if the connection is going to be closed.
|
||||
*/
|
||||
|
||||
#if 0
|
||||
if (conn->tx_unacked > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user