Closed djwatson closed 8 years ago
Hold the callback lock, and add a new check for stopped rx. Since we release the tsk->socket, we can't use it to do the check and need a new variable.
Should fix https://github.com/fridex/af_ktls/issues/32
Thank you! Looks good.
Hold the callback lock, and add a new check for stopped rx. Since we release the tsk->socket, we can't use it to do the check and need a new variable.
Should fix https://github.com/fridex/af_ktls/issues/32