Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_TCP_WIN.c571 static UBaseType_t xLowestLength = ipconfigTCP_WIN_SEG_COUNT; in xTCPWindowNew() local
574 if( xLowestLength > xLength ) in xTCPWindowNew()
576 xLowestLength = xLength; in xTCPWindowNew()