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

feat(iroh): Allow setting a custom quinn::TransportConfig #2754

Conversation

divagant-martian
Copy link
Contributor

Description

Allows setting a custom configuration in the Iroh Node

Breaking Changes

n/a

Notes & open questions

n/a

Change checklist

  • Self-review.
  • Documentation updates following the style guide, if relevant.
  • Tests if relevant.
  • All breaking changes documented.

@divagant-martian divagant-martian changed the title feat(iroh): Allow setting a custom [quinn::TransportConfig] feat(iroh): Allow setting a custom quinn::TransportConfig Sep 30, 2024
iroh/src/node/builder.rs Outdated Show resolved Hide resolved
@@ -125,6 +125,7 @@ where
#[debug("callback")]
gc_done_callback: Option<Box<dyn Fn() + Send>>,
blob_events: EventSender,
transport_config: Option<quinn::TransportConfig>,
Copy link
Contributor

Choose a reason for hiding this comment

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

are we reexporting the TransportConfig from iroh-net? if so maybe use that as import?

@divagant-martian
Copy link
Contributor Author

closed in favor of #2760 due to ci configuration issues related to forks

auto-merge was automatically disabled September 30, 2024 13:56

Pull request was closed

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

Successfully merging this pull request may close these issues.

Allow customizing the quinn::TransportConfig in iroh::node::Builder
3 participants