Skip to content
Discussion options

You must be logged in to vote

UDPTransport is really just an example implementation for DatagramTransport, which you should probably implement in some other way suitable to your needs. Unfortunately our API does not include pre-built servers, or have good async support in general (which has been requested elsewhere) which makes some scenarios overly complicated to implement.

Possibly the DTLSVerifier class and its (non-connecting) verifyRequest method will be of help in the "port switcheroo" that you are trying to accomplish.

Note that we have support for connection ID, but it requires you to handle the actual network traffic and binding the IDs to the objects implementing the handshake/application_data, in conjunctio…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cyberdon333
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants