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

v2.1: Use parameter struct for configuring QUIC streamer (backport of #3328) #3377

Closed
wants to merge 1 commit into from

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Oct 30, 2024

Problem

Methods with too many complicated parameters and duplication of parameterizing the quic server.

Summary of Changes

Add a parameter struct to pass the QUIC server parameters.

Fixes #


This is an automatic backport of pull request #3328 done by [Mergify](https://mergify.com).

refactor: Use parameter struct for configuring QUIC streamer
(cherry picked from commit 6319db8)
@alessandrod
Copy link

Reason for wanting to backport: it's early in 2.1, this PR doesn't include any logic changes just bundles a bunch of arguments in a struct, and I'm planning to backport other quic changes so this helps me reduce conflicts.

@willhickey willhickey requested a review from a team October 30, 2024 16:15
@t-nelson
Copy link

breaks a public interface with consumers. comments in master pr

@KirillLykov
Copy link

just to confirm, am I right that we decided to not backport this?

@willhickey
Copy link

v2.1 is nearly ready for mainnet-beta, so closing this as stale. Re-open if you think it deserves further consideration

@willhickey willhickey closed this Jan 10, 2025
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.

5 participants