Update +TCP to latest version (#1192)

This commit is contained in:
Tony Josi 2024-03-14 14:51:54 +05:30 committed by GitHub
parent 2bb9bca68b
commit 000c005cee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 4 deletions

View file

@ -306,9 +306,10 @@ extern void vLoggingPrintf( const char * pcFormatString,
/* Set ipconfigBUFFER_PADDING on 64-bit platforms */
#if INTPTR_MAX == INT64_MAX
#define ipconfigBUFFER_PADDING ( 14U )
#define ipconfigBUFFER_PADDING ( 14U )
#endif /* INTPTR_MAX == INT64_MAX */
#define ipconfigETHERNET_DRIVER_FILTERS_PACKETS ( 1 )
#define configMAC