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

perform send / receive buffer increases when setting up the connection #3949

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

marten-seemann
Copy link
Member

@marten-seemann marten-seemann commented Jul 12, 2023

The UDP send and receive buffer is now increased when calling OptimizeConn.

This should be the easiest fix for #3947, in the sense that it doesn't lead to any API changes, and we can include it in a v0.36.2 patch release.

The UDP send and receive buffer is now increased when calling
OptimizeConn.
@codecov
Copy link

codecov bot commented Jul 12, 2023

Codecov Report

Merging #3949 (2d13719) into master (0fe21c7) will decrease coverage by 0.08%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##           master    #3949      +/-   ##
==========================================
- Coverage   82.86%   82.78%   -0.08%     
==========================================
  Files         146      146              
  Lines       14622    14622              
==========================================
- Hits        12116    12104      -12     
- Misses       2015     2024       +9     
- Partials      491      494       +3     
Impacted Files Coverage Δ
transport.go 65.13% <ø> (+1.13%) ⬆️
sys_conn.go 74.58% <42.86%> (-9.87%) ⬇️
sys_conn_buffers.go 51.11% <66.67%> (-13.33%) ⬇️
sys_conn_buffers_write.go 51.11% <66.67%> (-6.67%) ⬇️

... and 3 files with indirect coverage changes

@marten-seemann marten-seemann merged commit 418b866 into master Jul 12, 2023
29 checks passed
marten-seemann added a commit that referenced this pull request Jul 12, 2023
#3949)

The UDP send and receive buffer is now increased when calling
OptimizeConn.
@marten-seemann marten-seemann deleted the udp-buffer-increase branch May 11, 2024 03:27
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.

None yet

2 participants