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

add support for choosing congestion control alg #305

Merged
merged 3 commits into from
Oct 7, 2024

Conversation

qzhuyan
Copy link
Collaborator

@qzhuyan qzhuyan commented Oct 7, 2024

  • new conn opt: congestion_control_algorithm

  • try fix flaky test is casued by handshake failure, suspect it relates to async settings of disable_1rtt_encryption
    {conn_handshake_fail,1},
    {conn_protocol_errors,2},
    {conn_no_alpn,1},
    {pkts_suspected_lost,1},
    {pkts_dropped,2},
    {pkts_decryption_fail,1},

@coveralls
Copy link

coveralls commented Oct 7, 2024

Pull Request Test Coverage Report for Build 11213823812

Details

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • 13 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.3%) to 86.291%

Files with Coverage Reduction New Missed Lines %
c_src/quicer_nif.c 1 81.03%
c_src/quicer_config.c 12 86.79%
Totals Coverage Status
Change from base Build 11181420457: -0.3%
Covered Lines: 3909
Relevant Lines: 4530

💛 - Coveralls

@qzhuyan qzhuyan merged commit b55b358 into emqx:main Oct 7, 2024
44 checks passed
@qzhuyan qzhuyan deleted the dev/william/add-new-opts branch October 7, 2024 13:29
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.

3 participants