]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/include/FreeRTOSIPConfigDefaults.h
Fix mixed tabs and spaces in the latest TCP patches.
[freertos] / FreeRTOS-Plus / Source / FreeRTOS-Plus-TCP / include / FreeRTOSIPConfigDefaults.h
index dd8ae07f404e9447b13c70711c039ccd79811bf4..4b3a741151746a752a06000a39861b30a59906d4 100644 (file)
@@ -389,9 +389,9 @@ from the FreeRTOSIPConfig.h configuration header file. */
 \r
 #if( ipconfigUSE_DNS_CACHE != 0 )\r
        #ifndef ipconfigDNS_CACHE_NAME_LENGTH\r
-        /* Per https://tools.ietf.org/html/rfc1035, 253 is the maximum string length\r
-        of a DNS name. The following default accounts for a null terminator. */\r
-        #define ipconfigDNS_CACHE_NAME_LENGTH   254\r
+               /* Per https://tools.ietf.org/html/rfc1035, 253 is the maximum string length\r
+               of a DNS name. The following default accounts for a null terminator. */\r
+               #define ipconfigDNS_CACHE_NAME_LENGTH   254\r
        #endif\r
 \r
        #ifndef ipconfigDNS_CACHE_ENTRIES\r
@@ -535,7 +535,7 @@ connections, hang protection can help reduce the impact of SYN floods. */
 \r
 /* Non-activity timeout is expressed in seconds. */\r
 #ifndef ipconfigTCP_HANG_PROTECTION_TIME\r
-    #define ipconfigTCP_HANG_PROTECTION_TIME 30\r
+       #define ipconfigTCP_HANG_PROTECTION_TIME 30\r
 #endif\r
 \r
 #ifndef ipconfigTCP_IP_SANITY\r