Home
last modified time | relevance | path

Searched refs:lMinLength (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_TCP_Transmission.c1179 int32_t lMinLength; in prvSendData() local
1190 lMinLength = ( ( int32_t ) 2 ) * ( ( int32_t ) pxSocket->u.xTCP.usMSS ); in prvSendData()
1196 … ( lRxSpace >= lMinLength ) && /* There is Rx space for more data. */ in prvSendData()