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

internal: use OS defaults for TCP keepalive params in Windows #6863

Merged
merged 2 commits into from Dec 19, 2023

Conversation

mmatczuk
Copy link
Contributor

@mmatczuk mmatczuk commented Dec 18, 2023

This is a followup to #6841.

This patch adds Windows support, alongside UNIX, to set TCP keepalives with OS defaults #6834.

RELEASE NOTES:

  • client: correctly enable TCP keepalives with OS defaults on windows

Copy link

linux-foundation-easycla bot commented Dec 18, 2023

CLA Signed

The committers listed above are authorized under a signed CLA.

Copy link

codecov bot commented Dec 18, 2023

Codecov Report

Merging #6863 (ec88089) into master (c109241) will decrease coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6863      +/-   ##
==========================================
- Coverage   83.75%   83.74%   -0.01%     
==========================================
  Files         286      286              
  Lines       30792    30792              
==========================================
- Hits        25789    25788       -1     
- Misses       3948     3951       +3     
+ Partials     1055     1053       -2     

see 19 files with indirect coverage changes

…ers.go

The others file suffix is a common for such use cases.
@easwars easwars added this to the 1.61 Release milestone Dec 19, 2023
@dfawley dfawley merged commit 33a60a8 into grpc:master Dec 19, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants