net/tcp/tcp_send.c: Trival update to some comments.
This commit is contained in:
parent
c8268cbfcf
commit
e5e52446ca
|
@ -552,6 +552,10 @@ void tcp_reset(FAR struct net_driver_s *dev)
|
||||||
* Description:
|
* Description:
|
||||||
* Send the SYN, ACK, or SYNACK response.
|
* Send the SYN, ACK, or SYNACK response.
|
||||||
*
|
*
|
||||||
|
* - SYN and SYNACK are sent only from the TCP state machine.
|
||||||
|
* - ACK may be sent alone only if delayed ACKs are enabled and the ACK
|
||||||
|
* delay timeout occurs.
|
||||||
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* dev - The device driver structure to use in the send operation
|
* dev - The device driver structure to use in the send operation
|
||||||
* conn - The TCP connection structure holding connection information
|
* conn - The TCP connection structure holding connection information
|
||||||
|
|
Loading…
Reference in New Issue