]> git.sur5r.net Git - freertos/commit
Ensure data cannot be sent to a TCP socket if the socket is in the process of closing.
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 30 Jan 2018 17:39:14 +0000 (17:39 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 30 Jan 2018 17:39:14 +0000 (17:39 +0000)
commit8c170f25bce753959c6f2aa8e78304e50dc13ce3
treef68c04bf7db6644448f4e66f4b3ce99261d25eab
parent06db18183031af5d28a531e9f73564e66232c318
Ensure data cannot be sent to a TCP socket if the socket is in the process of closing.
Correct definition of StaticTask_t in the case that portUSE_MPU_WRAPPERS is set to 1.
prvTaskCheckFreeStackSpace() now returns configSTACK_DEPTH_TYPE to allow return values greater than max uint16_t value if required.
xStreamBufferSend() and xStreamBufferReceive() no longer clear task notification bits - clearing was unnecessary as only the task notification state is used.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2527 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/FreeRTOS_Sockets.c
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/stream_buffer.c
FreeRTOS/Source/tasks.c