commit | 208cc18a90a93c324842002310abe6c2fa11afd2 | [log] [tgz] |
---|---|---|
author | Richard Barry <ribarry@amazon.com> | Tue Jan 30 17:39:14 2018 +0000 |
committer | Richard Barry <ribarry@amazon.com> | Tue Jan 30 17:39:14 2018 +0000 |
tree | f68c04bf7db6644448f4e66f4b3ce99261d25eab | |
parent | 0fe82b4d91110c33d3ac8d1e7766ce647dbc13a9 [diff] |
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.