I am trying to implement a DTLS server using OpenSSL. I can get app data through, but when the client and server have negotiated, I have noticed that the session_id is null on the server.
Has anyone used DTLS on Android or is there an open source Java implementation that supports DTLS? What are开发者_如何学Go my other options for securing UDP traffic on Android? DTLS support is not a
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.