udp-dtls
udp-dtls copied to clipboard
DTLS abstraction ontop of UDP
I get the following error when I run the code through visual studio code using cargo run command thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Normal(ErrorStack([Error {...
At first I want to say thank you, that you put the effort in to provide a library to support DTLS in Rust! There is not much around except the...
Meanwhile, I created a prototype for tokio/async support. It seems to work in my setup (in combination with rust-async-coap). But it's far from being final. What do you think?
With rust-openssl we run into an issue that we have to be able to listen to multiple endpoints which we do not know in advance. We somehow have to listen...