This commit is contained in:
Nebojša Cvetković 2024-09-15 12:46:31 +08:00 committed by GitHub
commit bbe682d70f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -850,7 +850,7 @@ static inline uint32_t timeout_from_offered(uint32_t lease, uint32_t min)
/**
* TCPIP_THREAD_NAME: The name assigned to the main tcpip thread.
*/
#define TCPIP_THREAD_NAME "tiT"
#define TCPIP_THREAD_NAME "tcpip"
/**
* TCPIP_THREAD_STACKSIZE: The stack size used by the main tcpip thread.