-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libuv support #7
base: master
Are you sure you want to change the base?
Conversation
… underneath. Add `dtls_send_h` and `dtls_mtu_h` for DTLS in UDP socketless mode Add `dtls_socketless` and `dtls_receive` function Add `sendh` and `mtuh` fields to `struct dtls_socket`
Add `tls_set_dh_params_pem` and `tls_set_dh_params_der` function
Allow users to specify `PREFIX` in Makefile Allow users to specify the OpenSSL sysroot as `OPENSSL_SYSROOT` in Makefile
Conflicts: src/sdp/sdp.h
Add functions `dtls_headroom` and `dtls_set_headroom`.
… underneath. Add `dtls_send_h` and `dtls_mtu_h` for DTLS in UDP socketless mode Add `dtls_socketless` and `dtls_receive` function Add `sendh` and `mtuh` fields to `struct dtls_socket`
Add functions `dtls_headroom` and `dtls_set_headroom`.
Add `tls_set_dh_params_pem` and `tls_set_dh_params_der` function
Conflicts: src/tls/openssl/tls_udp.c
Conflicts: src/tls/openssl/tls_udp.c
Hi! Thanks for the PR - that come out of nowhere. 🙂 I can review this PR but be aware that it ultimatively should be made against the re project itself. Expect a lot of discussion. If you don't want to do that, that's fine. Then I'll review it here and try to uplift it into re later. In any case, please rebase the code against |
Ping. |
Thanks. I am going to to rebase again master if you think it fits with the project. It works perfect. |
No description provided.