adriancdiego

Results 6 comments of adriancdiego

Hi @anhu and @rizlik and thank you for your answer :) I'm from Spain and I'm working in a project where we have to develop a server capable of communicating...

Hi @rizlik and thank you very much for your effort to improve the multithreaded dtls server example :) I applied the changes that you proposed and I don't see the...

Hi @rizlik, We tested the code and we saw that the server struggles with handshaking when we use more than 32 client threads simultaneously. Moreover, we saw that sometimes it...

Hi, we continued testing the example and we observed that it is still convenient to add a one msec time gap between client connections to avoid problems with handshaking. With...

Hi @rizlik The original issue is solved as we no longer see error -395 (Duplicate message error). However, we see that the execution struggles with multiple simultaneous client connections and...