From fbe9ece2d4a3ee3afe4246dd0bac9a0a65a00c9b Mon Sep 17 00:00:00 2001 From: Alex Abrahamson Date: Thu, 9 Nov 2017 15:40:58 -0700 Subject: [PATCH] Updated Debugging (markdown) --- Debugging.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Debugging.md b/Debugging.md index e5d54ad..4da3368 100644 --- a/Debugging.md +++ b/Debugging.md @@ -1,3 +1,6 @@ + +https://www.wolfssl.com + ## Sections in chapter 8: [8.1 - Debugging and Logging](#81-debugging-and-logging) @@ -40,4 +43,4 @@ wolfSSL_ERR_error_string(err, errorString); If you are using non blocking sockets, you can test for errno EAGAIN/EWOULDBLOCK or more correctly you can test the specific error code for SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE. -For a list of wolfSSL and wolfCrypt error codes, please see Appendix C (Error Codes). +For a list of wolfSSL and wolfCrypt error codes, please see Appendix C (Error Codes). \ No newline at end of file