You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This demo is incorrect. It uses Stream sockets for DTLS which completely defeats the purpose of DTLS and negates any performance benefits of UDP. In fact, you now have 2 layers of reliability; The TCP stack and the built-in "reliability" of DTLS. People should definitely not be using this demo as an example of what to do.