Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_TCP_WIN.c575 static UBaseType_t xLowestLength = ipconfigTCP_WIN_SEG_COUNT; in xTCPWindowNew() local
578 if( xLowestLength > xLength ) in xTCPWindowNew()
580 xLowestLength = xLength; in xTCPWindowNew()