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

transport(tcp): set send/recv buffer sizes #426

Merged
merged 1 commit into from
Apr 17, 2024
Merged

transport(tcp): set send/recv buffer sizes #426

merged 1 commit into from
Apr 17, 2024

Conversation

csegarragonz
Copy link
Collaborator

In this PR we add support to set the send and receive buffer sizes. OpenMPI does not set them, but we were failing when sending some large messages. In addition, and similarly to OpenMPI we need to appropriately set the kernel parameters for TCP.

In this PR we add support to set the send and receive buffer sizes.
OpenMPI does not set them, but we were failing when sending some large
messages. In addition, and similarly to OpenMPI we need to appropriately
set the kernel parameters for TCP.
Copy link

codecov bot commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.26%. Comparing base (d1c0f96) to head (1ce496d).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #426      +/-   ##
==========================================
+ Coverage   82.20%   82.26%   +0.06%     
==========================================
  Files         115      115              
  Lines        7565     7586      +21     
==========================================
+ Hits         6219     6241      +22     
+ Misses       1346     1345       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@csegarragonz csegarragonz merged commit da5fee2 into main Apr 17, 2024
11 of 12 checks passed
@csegarragonz csegarragonz deleted the tcp-buffer branch April 17, 2024 18:40
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.

1 participant