mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 01:28:32 -04:00
Update FreeRTOS_FD_SET() to check there is enough space in the queue before adding the socket to the socket set.
This commit is contained in:
parent
10fa546e60
commit
0c849fa597
5 changed files with 59 additions and 26 deletions
|
@ -147,4 +147,8 @@ from the FreeRTOSIPConfig.h configuration header file. */
|
|||
#define ipconfigNABTO_TASK_PRIORITY ( ipconfigUDP_TASK_PRIORITY + 1 )
|
||||
#endif
|
||||
|
||||
#ifndef ipconfigSUPPORT_SELECT_FUNCTION
|
||||
#define ipconfigSUPPORT_SELECT_FUNCTION 0
|
||||
#endif
|
||||
|
||||
#endif /* FREERTOS_DEFAULT_IP_CONFIG_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue