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

prov/tcp: introduce TCP_NO_CONNECT flag #10534

Draft
wants to merge 1 commit into
base: v1.22.x
Choose a base branch
from

Commits on Nov 14, 2024

  1. prov/tcp: introduce TCP_NO_CONNECT flag

    There are some specific use cases where we may not want one side
    of communication to initiate connections, namely when we know that
    one side of our configuration is being heavily restricted by a
    firewall.  To prevent indefinite hangs with certain operations,
    such as RMA reads and writes, introduce a provider specific
    flag to trigger an error if there is not already an established
    connection.  In this case, the application can force the connection
    from the other direction.
    
    Signed-off-by: Stephen Oost <stephen.oost@intel.com>
    ooststep committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d447e69 View commit details
    Browse the repository at this point in the history