You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Better handle TCP/IP stack crashes in the TLS compartment.
When the TCP/IP stack crashes, API calls to the compartment return
`-ECOMPARTMENTFAIL`. These should be treated similarly to `-ENOTCONN`.
Currently `-ECOMPARTMENTFAIL` failures are not considered by the TLS
compartment and are handled in various (incorrect) ways across the
code-base. Address this.
Signed-off-by: Hugo Lefeuvre <[email protected]>
0 commit comments