Skip to content

Commit 215cdf8

Browse files
TCP: Update version number and History.txt (#247)
* Update the version number * Update History.txt
1 parent f325cb9 commit 215cdf8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+56
-54
lines changed

FreeRTOS_ARP.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

FreeRTOS_DHCP.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

FreeRTOS_DNS.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

FreeRTOS_IP.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

FreeRTOS_Sockets.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

FreeRTOS_Stream_Buffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

FreeRTOS_TCP_IP.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

FreeRTOS_TCP_WIN.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

FreeRTOS_UDP_IP.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

History.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Changes between V2.0.0 and V2.2.1 releases:
1+
Changes between V2.2.1 and V2.2.2 releases:
22
+ Updated the source code to adhere to stricter MISRA compliance.
3+
4+
Changes between V2.0.0 and V2.2.1 releases:
35
+ Improved security by giving users the option to reject UDP packets with a
46
checksum of zero even though the UDP spec allows it.
57
+ Improved robustness by checking packet lengths in software even if the check

include/FreeRTOSIPConfigDefaults.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

include/FreeRTOS_ARP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

include/FreeRTOS_DHCP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

include/FreeRTOS_DNS.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

include/FreeRTOS_IP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

include/FreeRTOS_IP_Private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

include/FreeRTOS_Sockets.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

include/FreeRTOS_Stream_Buffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

include/FreeRTOS_TCP_IP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

include/FreeRTOS_TCP_WIN.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

include/FreeRTOS_UDP_IP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

include/FreeRTOS_errno_TCP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

include/IPTraceMacroDefaults.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

include/NetworkBufferManagement.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

include/NetworkInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

include/tcp_dump_packets.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

include/tcp_mem_stats.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/BufferManagement/BufferAllocation_1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/BufferManagement/BufferAllocation_2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/Compiler/CompilerName/pack_struct_end.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/Compiler/CompilerName/pack_struct_start.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/Compiler/GCC/pack_struct_end.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/Compiler/GCC/pack_struct_start.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/Compiler/IAR/pack_struct_end.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/Compiler/IAR/pack_struct_start.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/Compiler/Keil/pack_struct_end.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/Compiler/Keil/pack_struct_start.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/Compiler/MSVC/pack_struct_end.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/Compiler/MSVC/pack_struct_start.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/Compiler/Renesas/pack_struct_end.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/Compiler/Renesas/pack_struct_start.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/NetworkInterface/ATSAM4E/NetworkInterface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/NetworkInterface/DriverSAM/NetworkInterface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/NetworkInterface/LPC17xx/NetworkInterface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/NetworkInterface/LPC18xx/NetworkInterface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/NetworkInterface/M487/NetworkInterface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/NetworkInterface/SH2A/NetworkInterface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/NetworkInterface/STM32Fxx/NetworkInterface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
/*
7-
FreeRTOS+TCP V2.2.1
7+
FreeRTOS+TCP V2.2.2
88
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
99
1010
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/NetworkInterface/WinPCap/NetworkInterface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/NetworkInterface/board_family/NetworkInterface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/NetworkInterface/ksz8851snl/NetworkInterface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of

portable/NetworkInterface/mw300_rd/NetworkInterface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
FreeRTOS+TCP V2.2.1
2+
FreeRTOS+TCP V2.2.2
33
Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of

tools/tcp_dump_packets.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

tools/tcp_mem_stats.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* FreeRTOS+TCP V2.2.1
2+
* FreeRTOS+TCP V2.2.2
33
* Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy of

0 commit comments

Comments
 (0)