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

[C] Cubic congestion control #1065

Merged
merged 19 commits into from
Sep 30, 2020

Conversation

vyazelenko
Copy link
Contributor

Closes #812

#if !defined(WIN32)
return setenv(key, val, 1);
#else
#if defined(WIN32)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prefer _WIN32

@mjpt777 mjpt777 merged commit 27bfbb9 into aeron-io:master Sep 30, 2020
@vyazelenko vyazelenko deleted the cubic-congestion-control-c-driver branch October 8, 2020 10:28
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.

Add Cubic Congestion Control to C Media Driver
4 participants