mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-16 01:37:45 -04:00
Remove dependency of CBMC on Patches (#181)
* Changes to DHCP * CBMC DNS changes * Changes for TCP_IP * Changes to TCP_WIN * Define away static to nothing * Remove patches * Changes after Mark's comments v1 * Update MakefileCommon.json * Correction!
This commit is contained in:
parent
a7fec906a4
commit
08af68ef90
15 changed files with 39 additions and 551 deletions
|
@ -46,6 +46,8 @@
|
|||
#include "FreeRTOS_Sockets.h"
|
||||
#include "FreeRTOS_IP_Private.h"
|
||||
|
||||
#include "FreeRTOSIPConfigDefaults.h"
|
||||
|
||||
/* Constants used for Smoothed Round Trip Time (SRTT). */
|
||||
#define winSRTT_INCREMENT_NEW 2
|
||||
#define winSRTT_INCREMENT_CURRENT 6
|
||||
|
@ -192,7 +194,7 @@ static void vListInsertGeneric( List_t * const pxList, ListItem_t * const pxNewL
|
|||
|
||||
/* List of free TCP segments. */
|
||||
#if( ipconfigUSE_TCP_WIN == 1 )
|
||||
static List_t xSegmentList;
|
||||
_static List_t xSegmentList;
|
||||
#endif
|
||||
|
||||
/* Logging verbosity level. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue