Skip to content
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

Open
wants to merge 64 commits into
base: master
Choose a base branch
from
Open

libuv support #7

wants to merge 64 commits into from

Conversation

nachooya
Copy link

@nachooya nachooya commented Nov 3, 2018

No description provided.

lgrahl added 30 commits March 22, 2017 14:09
… 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
lgrahl and others added 25 commits May 8, 2017 22:37
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
@lgrahl
Copy link
Member

lgrahl commented Nov 8, 2018

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 master because rawrtc-patched is a very messy branch which solely exists to incorporate all needed patches.

@lgrahl
Copy link
Member

lgrahl commented Mar 4, 2019

Ping.

@nachooya
Copy link
Author

nachooya commented Mar 4, 2019

Thanks. I am going to to rebase again master if you think it fits with the project. It works perfect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants