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

[20119] TCP socket send buffer limit (backport #4237) #4328

Merged
merged 1 commit into from
Feb 15, 2024

Commits on Feb 14, 2024

  1. TCP non-blocking send (#4237)

    * Refs #20119: Check send buffer queue before sending new data
    
    Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
    
    * Refs #20119: Add non_blocking_send attribute to tcp
    
    Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
    
    * Refs #20119: Add test
    
    Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
    
    * Refs #20119: Add non-blocking send to secure socket
    
    Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
    
    * Refs #20119: Update versions.md
    
    Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
    
    * Refs #20119: Uncrustify
    
    Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
    
    * Refs #20119: Apply suggestions
    
    Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
    
    * Refs #20119: non_blocking_send moved to properties
    
    Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
    
    * Refs #20119: Apply suggestions
    
    Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
    
    * Refs #20119: Fix Windows&Mac build warnings
    
    Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
    
    ---------
    
    Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
    jepemi authored and EduPonz committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    654dea5 View commit details
    Browse the repository at this point in the history