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

refactor(iroh-relay)!: Always allow acking pings #3011

Merged
merged 2 commits into from
Dec 5, 2024
Merged

Conversation

flub
Copy link
Contributor

@flub flub commented Dec 5, 2024

Description

The Client has a feature that stops it from sending pongs, it is
unused and I'm not sure when you'd need that functionality. Remove it.

Breaking Changes

iroh-relay

  • ClientBuilder::can_ack_pings is removed, sending pong messages is
    always allowed.

Notes & open questions

Change checklist

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

The Client has a feature that stops it from sending pongs, it is
unused and I'm not sure when you'd need that functionality.  Remove it.
@flub flub requested a review from a team December 5, 2024 09:24
@flub flub enabled auto-merge December 5, 2024 09:24
This is the problem with everything being pub.  I still don't like pub.
Copy link

github-actions bot commented Dec 5, 2024

Documentation for this PR has been generated and is available at: https://n0-computer.github.io/iroh/pr/3011/docs/iroh/

Last updated: 2024-12-05T09:29:46Z

Copy link

github-actions bot commented Dec 5, 2024

Netsim report & logs for this PR have been generated and is available at: LOGS
This report will remain available for 3 days.

Last updated for commit: f8d5e2d

@flub flub changed the title refactor(iroh-relay): Always allow acking pings refactor(iroh-relay)!: Always allow acking pings Dec 5, 2024
@flub flub added this pull request to the merge queue Dec 5, 2024
Merged via the queue into main with commit 97082ec Dec 5, 2024
26 of 27 checks passed
@flub flub deleted the flub/can-ack-pings branch December 5, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants