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

Commits on Apr 17, 2024

  1. transport(tcp): set send/recv buffer sizes

    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.
    csegarragonz committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    1ce496d View commit details
    Browse the repository at this point in the history