Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
Nebojša Cvetković a55c5ebfff
Merge fca5bfb99f into 5a40bb8746 2024-04-07 03:44:20 +02:00
Nebojša Cvetković fca5bfb99f
feat(lwip): TCPIP_THREAD_NAME "tcpip" 2024-04-01 16:56:33 +01:00
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -820,7 +820,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.