Skip to content

Commit 9c5a216

Browse files
Update source/FreeRTOS_TCP_Transmission.c
Co-authored-by: Ahmed Ismail <[email protected]>
1 parent 877fe74 commit 9c5a216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/FreeRTOS_TCP_Transmission.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,7 @@
13521352
* unexpected but still within the window.
13531353
*
13541354
* @param[in] pxNetworkBuffer The network buffer descriptor with the packet.
1355-
* @param[in] ulCurrentSequenceNumber The current sequence number of the connection.
1355+
* @param[in] ulCurrentSequenceNumber The current expected sequence value by the connection.
13561356
* @param[in] ulOurSequenceNumber The SEQ number to send out.
13571357
*
13581358
* @return Returns the value back from #prvTCPSendSpecialPacketHelper.

0 commit comments

Comments
 (0)