Chris,
Thanks a lot for such a detailed and well written answers. Such a pleasure to read!
We are working on a video streaming application where web-based secure websockets (wss)
receive video chunks from our server. So we are adding the wolfSSL to our server.
As said before, we are using callbacks for reading and writing, and trying to avoid any extra copying of data,
so being able to send out straight from your output buffer is very important.
So far it works very well, but we need to test for performance, memory leaks, etc..., with multiple concurrrent websocket sessions. Our server runs on Windows, but still we want the minimal impact on the binary size.