Go to file
Jonas Herzig 1444b3c063 Update rfc5764 to use futures 0.3 AsyncRead/Write
With futures 0.3, the AsyncRead/Write traits are no longer marker traits, so we
can no longer easily support both, non-blocking and blocking APIs.
The code can however still be used in a blocking way buy just calling
`now_or_never` on any futures it returns, which will block if the underlying
streams are blocking.
2020-04-05 14:25:14 +02:00
examples Update rfc5764 to use futures 0.3 AsyncRead/Write 2020-04-05 14:25:14 +02:00
src Update rfc5764 to use futures 0.3 AsyncRead/Write 2020-04-05 14:25:14 +02:00
.gitignore Initial commit 2017-03-25 23:26:29 +09:00
Cargo.toml Update rfc5764 to use futures 0.3 AsyncRead/Write 2020-04-05 14:25:14 +02:00
LICENSE Add LICENSE 2018-11-05 20:27:09 +09:00
README.md Add DTLS-SRTP support (rfc5764) 2018-12-02 18:47:24 +01:00