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

transfer: improve Windows SO_SNDBUF update limit #12911

Closed
wants to merge 1 commit into from

Conversation

jay
Copy link
Member

@jay jay commented Feb 9, 2024

  • Change the 1 second SO_SNDBUF update limit from per transfer to per connection.

Prior to this change many transfers over the same connection could cause many SO_SNDBUF updates made to that connection per second, which was unnecessary.

Closes #xxxxx

- Change the 1 second SO_SNDBUF update limit from per transfer to per
  connection.

Prior to this change many transfers over the same connection could cause
many SO_SNDBUF updates made to that connection per second, which was
unnecessary.

Closes #xxxxx
@jay jay added performance Windows Windows-specific labels Feb 9, 2024
@jay jay closed this in 5691a6c Feb 13, 2024
@jay jay deleted the transfer_impove_windows_sndbuf branch February 13, 2024 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Windows Windows-specific
Development

Successfully merging this pull request may close these issues.

None yet

2 participants