mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-15 09:17:44 -04:00
Misc changes (#183)
This commit is contained in:
parent
07cf5e07e4
commit
a7fec906a4
3 changed files with 5 additions and 5 deletions
|
@ -434,7 +434,7 @@ from the FreeRTOSIPConfig.h configuration header file. */
|
|||
#ifndef ipconfigDNS_CACHE_NAME_LENGTH
|
||||
/* Per https://tools.ietf.org/html/rfc1035, 253 is the maximum string length
|
||||
of a DNS name. The following default accounts for a null terminator. */
|
||||
#define ipconfigDNS_CACHE_NAME_LENGTH 254
|
||||
#define ipconfigDNS_CACHE_NAME_LENGTH 254U
|
||||
#endif
|
||||
|
||||
#ifndef ipconfigDNS_CACHE_ENTRIES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue