Topic: Testing with provided server and client examples
I am trying to test some things using the provided examples. In order to do so I need to perform a lot of connections. Here I have two problems:
I'm using DTLS-PSK, -s -u -v3.
Problem 1:
If I try to use the benchmark flag in the client: i.e. -b 100
It give me: yassl error: SSL_connect failed.
This same example without the -b flag runs fine.
Problem 2:
If I try to do it by myself I face the problem that the server quits after each connection from a client. Is it possible to keep the server running after a connection from a client in order to perform multiple consecutive connection without being necessary to rerun the server each time?
I'm using wolfSSL embedded SSL 3.0.0.