Topic: DTLS client set peer in CSharp
Hello,
I am trying to build a pair of server and client using DTLS with CSharp wrapper.
However, when enabling DTLS for client, I cannot find the method
wolfssl.dtls_set_peer
.
(I refer to the code in wolfssl-example/dtls/client-dtls.c since there are no client code in wrapper.)
What method should I use to set the target address for a DTLS client?
Thank you!
Sunny