diff --git a/FreeRTOS_ARP.c b/FreeRTOS_ARP.c index 58889de1f..eeaea8170 100644 --- a/FreeRTOS_ARP.c +++ b/FreeRTOS_ARP.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/FreeRTOS_DHCP.c b/FreeRTOS_DHCP.c index e77c93079..36319a572 100644 --- a/FreeRTOS_DHCP.c +++ b/FreeRTOS_DHCP.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/FreeRTOS_DNS.c b/FreeRTOS_DNS.c index 3b700387d..0c10c66f1 100644 --- a/FreeRTOS_DNS.c +++ b/FreeRTOS_DNS.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/FreeRTOS_IP.c b/FreeRTOS_IP.c index 5ad1a0667..e4cbcb321 100644 --- a/FreeRTOS_IP.c +++ b/FreeRTOS_IP.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/FreeRTOS_Sockets.c b/FreeRTOS_Sockets.c index 34b1b12e6..f31eea91e 100644 --- a/FreeRTOS_Sockets.c +++ b/FreeRTOS_Sockets.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/FreeRTOS_Stream_Buffer.c b/FreeRTOS_Stream_Buffer.c index b878763bf..ad081d5c6 100644 --- a/FreeRTOS_Stream_Buffer.c +++ b/FreeRTOS_Stream_Buffer.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/FreeRTOS_TCP_IP.c b/FreeRTOS_TCP_IP.c index 148466189..90fa93109 100644 --- a/FreeRTOS_TCP_IP.c +++ b/FreeRTOS_TCP_IP.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/FreeRTOS_TCP_WIN.c b/FreeRTOS_TCP_WIN.c index e7ce6d38c..9ee4cf882 100644 --- a/FreeRTOS_TCP_WIN.c +++ b/FreeRTOS_TCP_WIN.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/FreeRTOS_UDP_IP.c b/FreeRTOS_UDP_IP.c index 534731339..0bbab7898 100644 --- a/FreeRTOS_UDP_IP.c +++ b/FreeRTOS_UDP_IP.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/History.txt b/History.txt index 4cdfe5344..7fe45593a 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +Changes between V2.3.2 LTS Patch 1 and V2.3.2 LTS Patch 2 + + Updated the maximum limit on the number of bytes which can be requested + when using BufferAllocation2.c + Changes between V2.3.2 and V2.3.2 LTS Patch 1 + In BufferAllocation_2.c (https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/blob/main/portable/BufferManagement/BufferAllocation_2.c), diff --git a/README.md b/README.md index ef67ef54d..58a046353 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The easiest way to use FreeRTOS-Plus-TCP is to start with the pre-configured dem Additionally, for FreeRTOS-Plus-TCP source code organization refer to the [Documentation](http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/TCP_Networking_Tutorial.html), and [API Reference](https://freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/FreeRTOS_TCP_API_Functions.html). -FreeRTOS+TCP V2.3.2 LTS Patch 1 [source code](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V2.3.2-LTS-Patch-1)(.c .h) is part of the [FreeRTOS 202012.02 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.02-LTS) release. +FreeRTOS+TCP V2.3.2 LTS Patch 2 [source code](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/V2.3.2-LTS-Patch-2)(.c .h) is part of the [FreeRTOS 202012.04 LTS](https://github.com/FreeRTOS/FreeRTOS-LTS/tree/202012.04-LTS) release. ### Getting help If you have any questions or need assistance troubleshooting your FreeRTOS project, we have an active community that can help on the [FreeRTOS Community Support Forum](https://forums.freertos.org). Please also refer to [FAQ](http://www.freertos.org/FAQHelp.html) for frequently asked questions. diff --git a/docs/doxygen/config.doxyfile b/docs/doxygen/config.doxyfile index 147b04363..f88adf38d 100644 --- a/docs/doxygen/config.doxyfile +++ b/docs/doxygen/config.doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "FreeRTOS-Plus-TCP" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "V2.3.2 LTS Patch 1" +PROJECT_NUMBER = "V2.3.2 LTS Patch 2" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/include/FreeRTOSIPConfigDefaults.h b/include/FreeRTOSIPConfigDefaults.h index 5082d0f49..7811ac47f 100644 --- a/include/FreeRTOSIPConfigDefaults.h +++ b/include/FreeRTOSIPConfigDefaults.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of @@ -396,7 +396,7 @@ #else #if ipconfigNETWORK_MTU > ( SIZE_MAX >> 1 ) #undef ipconfigNETWORK_MTU - #define ipconfigNETWORK_MTU ( SIZE_MAX >> 1 ) + #define ipconfigNETWORK_MTU ( SIZE_MAX >> 1 ) #endif #endif diff --git a/include/FreeRTOS_ARP.h b/include/FreeRTOS_ARP.h index ed14220e6..7ebcb61b8 100644 --- a/include/FreeRTOS_ARP.h +++ b/include/FreeRTOS_ARP.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/include/FreeRTOS_DHCP.h b/include/FreeRTOS_DHCP.h index 5d091c7ba..5afb2d7c4 100644 --- a/include/FreeRTOS_DHCP.h +++ b/include/FreeRTOS_DHCP.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/include/FreeRTOS_DNS.h b/include/FreeRTOS_DNS.h index dd8c96006..e05570a2c 100644 --- a/include/FreeRTOS_DNS.h +++ b/include/FreeRTOS_DNS.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/include/FreeRTOS_IP.h b/include/FreeRTOS_IP.h index 6fb721ca1..d50811748 100644 --- a/include/FreeRTOS_IP.h +++ b/include/FreeRTOS_IP.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/include/FreeRTOS_IP_Private.h b/include/FreeRTOS_IP_Private.h index 445e74d4d..84efae2c4 100644 --- a/include/FreeRTOS_IP_Private.h +++ b/include/FreeRTOS_IP_Private.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/include/FreeRTOS_Sockets.h b/include/FreeRTOS_Sockets.h index 5772e420c..2249a1d6a 100644 --- a/include/FreeRTOS_Sockets.h +++ b/include/FreeRTOS_Sockets.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/include/FreeRTOS_Stream_Buffer.h b/include/FreeRTOS_Stream_Buffer.h index f5f3dd660..d85214464 100644 --- a/include/FreeRTOS_Stream_Buffer.h +++ b/include/FreeRTOS_Stream_Buffer.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/include/FreeRTOS_TCP_IP.h b/include/FreeRTOS_TCP_IP.h index b0e5542a8..1b6496b65 100644 --- a/include/FreeRTOS_TCP_IP.h +++ b/include/FreeRTOS_TCP_IP.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/include/FreeRTOS_TCP_WIN.h b/include/FreeRTOS_TCP_WIN.h index 92ba9c900..a9c152c44 100644 --- a/include/FreeRTOS_TCP_WIN.h +++ b/include/FreeRTOS_TCP_WIN.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/include/FreeRTOS_UDP_IP.h b/include/FreeRTOS_UDP_IP.h index 51cc3a196..64d27ef96 100644 --- a/include/FreeRTOS_UDP_IP.h +++ b/include/FreeRTOS_UDP_IP.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/include/FreeRTOS_errno_TCP.h b/include/FreeRTOS_errno_TCP.h index fc401787e..4c1995304 100644 --- a/include/FreeRTOS_errno_TCP.h +++ b/include/FreeRTOS_errno_TCP.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/include/IPTraceMacroDefaults.h b/include/IPTraceMacroDefaults.h index 8a9f77627..a6db7ea8d 100644 --- a/include/IPTraceMacroDefaults.h +++ b/include/IPTraceMacroDefaults.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/include/NetworkBufferManagement.h b/include/NetworkBufferManagement.h index 78ae4a6e7..f814f2039 100644 --- a/include/NetworkBufferManagement.h +++ b/include/NetworkBufferManagement.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/include/NetworkInterface.h b/include/NetworkInterface.h index 1f0a12345..088049243 100644 --- a/include/NetworkInterface.h +++ b/include/NetworkInterface.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/manifest.yml b/manifest.yml index 375d33a4f..96f57f96d 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,5 +1,5 @@ name : "FreeRTOS-Plus-TCP" -version: "V2.3.2 LTS Patch 1" +version: "V2.3.2 LTS Patch 2" description: |- "Thread safe FreeRTOS TCP/IP stack working on top of the FreeRTOS-Kernel to implement the TCP/IP protocol. Suitable for microcontrollers." diff --git a/portable/BufferManagement/BufferAllocation_1.c b/portable/BufferManagement/BufferAllocation_1.c index 0bfcf3cf9..a0df21aa6 100644 --- a/portable/BufferManagement/BufferAllocation_1.c +++ b/portable/BufferManagement/BufferAllocation_1.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/BufferManagement/BufferAllocation_2.c b/portable/BufferManagement/BufferAllocation_2.c index 97002ee37..809ae358d 100644 --- a/portable/BufferManagement/BufferAllocation_2.c +++ b/portable/BufferManagement/BufferAllocation_2.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of @@ -213,7 +213,7 @@ NetworkBufferDescriptor_t * pxGetNetworkBufferWithDescriptor( size_t xRequestedS NetworkBufferDescriptor_t * pxReturn = NULL; size_t uxCount; - if( ( xRequestedSizeBytes <= ( ipconfigNETWORK_MTU + ipSIZE_OF_ETH_HEADER ) ) && ( xNetworkBufferSemaphore != NULL ) ) + if( ( xRequestedSizeBytes <= ( SIZE_MAX >> 1 ) ) && ( xNetworkBufferSemaphore != NULL ) ) { if( ( xRequestedSizeBytes != 0U ) && ( xRequestedSizeBytes < ( size_t ) baMINIMAL_BUFFER_SIZE ) ) { diff --git a/portable/Compiler/CompilerName/pack_struct_end.h b/portable/Compiler/CompilerName/pack_struct_end.h index 36bb8ec52..c5ddcd5d1 100644 --- a/portable/Compiler/CompilerName/pack_struct_end.h +++ b/portable/Compiler/CompilerName/pack_struct_end.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/Compiler/CompilerName/pack_struct_start.h b/portable/Compiler/CompilerName/pack_struct_start.h index 84430da89..20878d3b7 100644 --- a/portable/Compiler/CompilerName/pack_struct_start.h +++ b/portable/Compiler/CompilerName/pack_struct_start.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/Compiler/GCC/pack_struct_end.h b/portable/Compiler/GCC/pack_struct_end.h index 02fbf1355..67ece306e 100644 --- a/portable/Compiler/GCC/pack_struct_end.h +++ b/portable/Compiler/GCC/pack_struct_end.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/Compiler/GCC/pack_struct_start.h b/portable/Compiler/GCC/pack_struct_start.h index a2f7e1577..6bae1f86e 100644 --- a/portable/Compiler/GCC/pack_struct_start.h +++ b/portable/Compiler/GCC/pack_struct_start.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/Compiler/IAR/pack_struct_end.h b/portable/Compiler/IAR/pack_struct_end.h index 329214baf..06cdb473d 100644 --- a/portable/Compiler/IAR/pack_struct_end.h +++ b/portable/Compiler/IAR/pack_struct_end.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/Compiler/IAR/pack_struct_start.h b/portable/Compiler/IAR/pack_struct_start.h index aefa760f3..ec554e09d 100644 --- a/portable/Compiler/IAR/pack_struct_start.h +++ b/portable/Compiler/IAR/pack_struct_start.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/Compiler/Keil/pack_struct_end.h b/portable/Compiler/Keil/pack_struct_end.h index 30c246f6a..5f5f4ae09 100644 --- a/portable/Compiler/Keil/pack_struct_end.h +++ b/portable/Compiler/Keil/pack_struct_end.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/Compiler/Keil/pack_struct_start.h b/portable/Compiler/Keil/pack_struct_start.h index c98817552..aea8d76fb 100644 --- a/portable/Compiler/Keil/pack_struct_start.h +++ b/portable/Compiler/Keil/pack_struct_start.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/Compiler/MSVC/pack_struct_end.h b/portable/Compiler/MSVC/pack_struct_end.h index 443860ea6..32fe2382c 100644 --- a/portable/Compiler/MSVC/pack_struct_end.h +++ b/portable/Compiler/MSVC/pack_struct_end.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/Compiler/MSVC/pack_struct_start.h b/portable/Compiler/MSVC/pack_struct_start.h index 076cb2e6a..2f515f407 100644 --- a/portable/Compiler/MSVC/pack_struct_start.h +++ b/portable/Compiler/MSVC/pack_struct_start.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/Compiler/Renesas/pack_struct_end.h b/portable/Compiler/Renesas/pack_struct_end.h index 00049d858..6e384a97f 100644 --- a/portable/Compiler/Renesas/pack_struct_end.h +++ b/portable/Compiler/Renesas/pack_struct_end.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/Compiler/Renesas/pack_struct_start.h b/portable/Compiler/Renesas/pack_struct_start.h index a24148103..76f107af6 100644 --- a/portable/Compiler/Renesas/pack_struct_start.h +++ b/portable/Compiler/Renesas/pack_struct_start.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/NetworkInterface/ATSAM4E/NetworkInterface.c b/portable/NetworkInterface/ATSAM4E/NetworkInterface.c index be8fe461d..95d93f4ff 100644 --- a/portable/NetworkInterface/ATSAM4E/NetworkInterface.c +++ b/portable/NetworkInterface/ATSAM4E/NetworkInterface.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/NetworkInterface/DriverSAM/NetworkInterface.c b/portable/NetworkInterface/DriverSAM/NetworkInterface.c index 140228a79..1949908a4 100644 --- a/portable/NetworkInterface/DriverSAM/NetworkInterface.c +++ b/portable/NetworkInterface/DriverSAM/NetworkInterface.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/NetworkInterface/LPC17xx/NetworkInterface.c b/portable/NetworkInterface/LPC17xx/NetworkInterface.c index 46e5570cd..074292088 100644 --- a/portable/NetworkInterface/LPC17xx/NetworkInterface.c +++ b/portable/NetworkInterface/LPC17xx/NetworkInterface.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/NetworkInterface/LPC18xx/NetworkInterface.c b/portable/NetworkInterface/LPC18xx/NetworkInterface.c index 7c4444a13..b9dd4a52e 100644 --- a/portable/NetworkInterface/LPC18xx/NetworkInterface.c +++ b/portable/NetworkInterface/LPC18xx/NetworkInterface.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/NetworkInterface/LPC54018/NetworkInterface.c b/portable/NetworkInterface/LPC54018/NetworkInterface.c index 321d5b7ad..6743b284b 100644 --- a/portable/NetworkInterface/LPC54018/NetworkInterface.c +++ b/portable/NetworkInterface/LPC54018/NetworkInterface.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/NetworkInterface/M487/NetworkInterface.c b/portable/NetworkInterface/M487/NetworkInterface.c index 0be94a20e..defd52bbb 100644 --- a/portable/NetworkInterface/M487/NetworkInterface.c +++ b/portable/NetworkInterface/M487/NetworkInterface.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/NetworkInterface/MPS2_AN385/NetworkInterface.c b/portable/NetworkInterface/MPS2_AN385/NetworkInterface.c index 23f71f305..2b45d5fbb 100644 --- a/portable/NetworkInterface/MPS2_AN385/NetworkInterface.c +++ b/portable/NetworkInterface/MPS2_AN385/NetworkInterface.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/NetworkInterface/SH2A/NetworkInterface.c b/portable/NetworkInterface/SH2A/NetworkInterface.c index e6b5acac7..f7b7858f6 100644 --- a/portable/NetworkInterface/SH2A/NetworkInterface.c +++ b/portable/NetworkInterface/SH2A/NetworkInterface.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/NetworkInterface/STM32Fxx/NetworkInterface.c b/portable/NetworkInterface/STM32Fxx/NetworkInterface.c index acac788ed..56a13cfbb 100644 --- a/portable/NetworkInterface/STM32Fxx/NetworkInterface.c +++ b/portable/NetworkInterface/STM32Fxx/NetworkInterface.c @@ -4,7 +4,7 @@ */ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/NetworkInterface/STM32Hxx/NetworkInterface.c b/portable/NetworkInterface/STM32Hxx/NetworkInterface.c index df0538db0..8f6865863 100644 --- a/portable/NetworkInterface/STM32Hxx/NetworkInterface.c +++ b/portable/NetworkInterface/STM32Hxx/NetworkInterface.c @@ -4,7 +4,7 @@ */ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/NetworkInterface/WinPCap/NetworkInterface.c b/portable/NetworkInterface/WinPCap/NetworkInterface.c index 6f3c2a837..4756bc61d 100644 --- a/portable/NetworkInterface/WinPCap/NetworkInterface.c +++ b/portable/NetworkInterface/WinPCap/NetworkInterface.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/NetworkInterface/Zynq/NetworkInterface.c b/portable/NetworkInterface/Zynq/NetworkInterface.c index aba13d3b0..2d60a9570 100644 --- a/portable/NetworkInterface/Zynq/NetworkInterface.c +++ b/portable/NetworkInterface/Zynq/NetworkInterface.c @@ -1,5 +1,5 @@ /* - * FreeRTOS V202002.00 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/NetworkInterface/Zynq/uncached_memory.c b/portable/NetworkInterface/Zynq/uncached_memory.c index da37f6f14..d727fe88c 100644 --- a/portable/NetworkInterface/Zynq/uncached_memory.c +++ b/portable/NetworkInterface/Zynq/uncached_memory.c @@ -1,5 +1,5 @@ /* - * FreeRTOS V202002.00 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/NetworkInterface/Zynq/x_emacpsif_dma.c b/portable/NetworkInterface/Zynq/x_emacpsif_dma.c index c5c4677cf..ae05adef2 100644 --- a/portable/NetworkInterface/Zynq/x_emacpsif_dma.c +++ b/portable/NetworkInterface/Zynq/x_emacpsif_dma.c @@ -1,5 +1,5 @@ /* - * FreeRTOS V202002.00 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/NetworkInterface/board_family/NetworkInterface.c b/portable/NetworkInterface/board_family/NetworkInterface.c index bb794e163..5e7cd989c 100644 --- a/portable/NetworkInterface/board_family/NetworkInterface.c +++ b/portable/NetworkInterface/board_family/NetworkInterface.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/NetworkInterface/ksz8851snl/NetworkInterface.c b/portable/NetworkInterface/ksz8851snl/NetworkInterface.c index 2a5ac1ef3..e7efa735f 100644 --- a/portable/NetworkInterface/ksz8851snl/NetworkInterface.c +++ b/portable/NetworkInterface/ksz8851snl/NetworkInterface.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/NetworkInterface/linux/NetworkInterface.c b/portable/NetworkInterface/linux/NetworkInterface.c index 946374a60..ec497b93b 100644 --- a/portable/NetworkInterface/linux/NetworkInterface.c +++ b/portable/NetworkInterface/linux/NetworkInterface.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/NetworkInterface/mw300_rd/NetworkInterface.c b/portable/NetworkInterface/mw300_rd/NetworkInterface.c index 0b4653e12..bf9b54664 100644 --- a/portable/NetworkInterface/mw300_rd/NetworkInterface.c +++ b/portable/NetworkInterface/mw300_rd/NetworkInterface.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/NetworkInterface/xilinx_ultrascale/NetworkInterface.c b/portable/NetworkInterface/xilinx_ultrascale/NetworkInterface.c index b13487a63..75b3496d9 100644 --- a/portable/NetworkInterface/xilinx_ultrascale/NetworkInterface.c +++ b/portable/NetworkInterface/xilinx_ultrascale/NetworkInterface.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/NetworkInterface/xilinx_ultrascale/uncached_memory.c b/portable/NetworkInterface/xilinx_ultrascale/uncached_memory.c index 8fcaf19f8..1aa33c548 100644 --- a/portable/NetworkInterface/xilinx_ultrascale/uncached_memory.c +++ b/portable/NetworkInterface/xilinx_ultrascale/uncached_memory.c @@ -1,5 +1,5 @@ /* - * FreeRTOS V202002.00 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/portable/NetworkInterface/xilinx_ultrascale/x_emacpsif_dma.c b/portable/NetworkInterface/xilinx_ultrascale/x_emacpsif_dma.c index 9485d2844..95e6fe45f 100644 --- a/portable/NetworkInterface/xilinx_ultrascale/x_emacpsif_dma.c +++ b/portable/NetworkInterface/xilinx_ultrascale/x_emacpsif_dma.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/test/unit-test/ConfigFiles/FreeRTOSIPConfigDefaults.h b/test/unit-test/ConfigFiles/FreeRTOSIPConfigDefaults.h index f266b6955..eed1c7751 100644 --- a/test/unit-test/ConfigFiles/FreeRTOSIPConfigDefaults.h +++ b/test/unit-test/ConfigFiles/FreeRTOSIPConfigDefaults.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/test/unit-test/ConfigFiles/FreeRTOS_errno_TCP.h b/test/unit-test/ConfigFiles/FreeRTOS_errno_TCP.h index a6d4b1a89..e8e9f599c 100644 --- a/test/unit-test/ConfigFiles/FreeRTOS_errno_TCP.h +++ b/test/unit-test/ConfigFiles/FreeRTOS_errno_TCP.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/test/unit-test/ConfigFiles/IPTraceMacroDefaults.h b/test/unit-test/ConfigFiles/IPTraceMacroDefaults.h index 108ed7813..1bcb0dded 100644 --- a/test/unit-test/ConfigFiles/IPTraceMacroDefaults.h +++ b/test/unit-test/ConfigFiles/IPTraceMacroDefaults.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/test/unit-test/ConfigFiles/NetworkBufferManagement.h b/test/unit-test/ConfigFiles/NetworkBufferManagement.h index 4caf9b695..75c6db385 100644 --- a/test/unit-test/ConfigFiles/NetworkBufferManagement.h +++ b/test/unit-test/ConfigFiles/NetworkBufferManagement.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/test/unit-test/ConfigFiles/NetworkInterface.h b/test/unit-test/ConfigFiles/NetworkInterface.h index 5f81c9dfd..3097a4337 100644 --- a/test/unit-test/ConfigFiles/NetworkInterface.h +++ b/test/unit-test/ConfigFiles/NetworkInterface.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/test/unit-test/ConfigFiles/pack_struct_end.h b/test/unit-test/ConfigFiles/pack_struct_end.h index 02fbf1355..67ece306e 100644 --- a/test/unit-test/ConfigFiles/pack_struct_end.h +++ b/test/unit-test/ConfigFiles/pack_struct_end.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/test/unit-test/ConfigFiles/pack_struct_start.h b/test/unit-test/ConfigFiles/pack_struct_start.h index a2f7e1577..6bae1f86e 100644 --- a/test/unit-test/ConfigFiles/pack_struct_start.h +++ b/test/unit-test/ConfigFiles/pack_struct_start.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/tools/tcp_utilities/include/tcp_dump_packets.h b/tools/tcp_utilities/include/tcp_dump_packets.h index 0de34952d..a77cf9b60 100644 --- a/tools/tcp_utilities/include/tcp_dump_packets.h +++ b/tools/tcp_utilities/include/tcp_dump_packets.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/tools/tcp_utilities/include/tcp_mem_stats.h b/tools/tcp_utilities/include/tcp_mem_stats.h index 91016389f..5db03fb51 100644 --- a/tools/tcp_utilities/include/tcp_mem_stats.h +++ b/tools/tcp_utilities/include/tcp_mem_stats.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/tools/tcp_utilities/include/tcp_netstat.h b/tools/tcp_utilities/include/tcp_netstat.h index 8aa489728..16df67e27 100644 --- a/tools/tcp_utilities/include/tcp_netstat.h +++ b/tools/tcp_utilities/include/tcp_netstat.h @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/tools/tcp_utilities/tcp_dump_packets.c b/tools/tcp_utilities/tcp_dump_packets.c index c98834cb1..33a3e2e0f 100644 --- a/tools/tcp_utilities/tcp_dump_packets.c +++ b/tools/tcp_utilities/tcp_dump_packets.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/tools/tcp_utilities/tcp_mem_stats.c b/tools/tcp_utilities/tcp_mem_stats.c index c4c152ef5..161fe86ff 100644 --- a/tools/tcp_utilities/tcp_mem_stats.c +++ b/tools/tcp_utilities/tcp_mem_stats.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/tools/tcp_utilities/tcp_netstat.c b/tools/tcp_utilities/tcp_netstat.c index b7a2a759c..319c3b9f6 100644 --- a/tools/tcp_utilities/tcp_netstat.c +++ b/tools/tcp_utilities/tcp_netstat.c @@ -1,5 +1,5 @@ /* - * FreeRTOS+TCP V2.3.2 LTS Patch 1 + * FreeRTOS+TCP V2.3.2 LTS Patch 2 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of