Commits

Andy Green authored c5f6d180ddb
mbedtls: handle NET_SEND_FAILED Under the condition the associated client went away (turn off WLAN at the client), we can spin forever mistaking NET_SEND_FAILED for WANT_WRITE, which was also true. This makes sure we understand that was fatal immediately.