-
Notifications
You must be signed in to change notification settings - Fork 775
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
[21036] Handle errors when setting socket buffer sizes (backport #4760) #4795
Commits on May 16, 2024
-
Refs #20972. Move code into new private methods.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for 5961e4f - Browse repository at this point
Copy the full SHA 5961e4fView commit details -
Refs #20972. Refactor on configure_send_buffer_size.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for 6796720 - Browse repository at this point
Copy the full SHA 6796720View commit details -
Refs #20972. Refactor on configure_receive_buffer_size.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for 6395907 - Browse repository at this point
Copy the full SHA 6395907View commit details -
Refs #20972. Check user configuration at the beginning of init method.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for c2a39b6 - Browse repository at this point
Copy the full SHA c2a39b6View commit details -
Refs #20972. Use maxMessageSize as minimum possible value.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for a468693 - Browse repository at this point
Copy the full SHA a468693View commit details -
Refs #20972. Applying changes on OpenAndBindUnicastOutputSocket.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for 9edfd2a - Browse repository at this point
Copy the full SHA 9edfd2aView commit details -
Refs #20972. Add helper header with template method.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for defef4d - Browse repository at this point
Copy the full SHA defef4dView commit details -
Refs #20972. Configure methods return boolean.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for 058dd6f - Browse repository at this point
Copy the full SHA 058dd6fView commit details -
Refs #20972. Configure methods use new template method.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for bfad614 - Browse repository at this point
Copy the full SHA bfad614View commit details -
Refs #20972. OpenAndBindUnicastOutputSocket uses new template method.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for c0e9e68 - Browse repository at this point
Copy the full SHA c0e9e68View commit details -
Refs #20972. Changes in OpenAndBindInputSocket.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for acd3d6e - Browse repository at this point
Copy the full SHA acd3d6eView commit details -
Refs #20972.Setting options on TCP channels.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for 321e8c6 - Browse repository at this point
Copy the full SHA 321e8c6View commit details -
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for 1a83532 - Browse repository at this point
Copy the full SHA 1a83532View commit details -
Refs #20972. Check limits of configured sizes.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for bba9cb2 - Browse repository at this point
Copy the full SHA bba9cb2View commit details -
Refs #20972. Add UDP unit tests.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for 0061620 - Browse repository at this point
Copy the full SHA 0061620View commit details -
Refs #20972. Add TCP unit tests.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for f3049ff - Browse repository at this point
Copy the full SHA f3049ffView commit details -
Refs #20972. Move checks in TCP to beginning of init.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for d2e6926 - Browse repository at this point
Copy the full SHA d2e6926View commit details -
Refs #20972. Refactor for common code in UDP.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for 08c6dc2 - Browse repository at this point
Copy the full SHA 08c6dc2View commit details -
Refs #20972. Refactor for common code in TCP.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for 26eb529 - Browse repository at this point
Copy the full SHA 26eb529View commit details -
Refs #20972. Remove unused constants in UDP tests.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for 523c9bf - Browse repository at this point
Copy the full SHA 523c9bfView commit details -
Refs #20972. Check final configuration on unit tests.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for 918a29b - Browse repository at this point
Copy the full SHA 918a29bView commit details -
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for d3e9d1d - Browse repository at this point
Copy the full SHA d3e9d1dView commit details -
Refs #20972. Less strict tests.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for 267c6e2 - Browse repository at this point
Copy the full SHA 267c6e2View commit details -
Refs #20972. Remove
s_minimumSocketBuffer
from tests.Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for 3afe94b - Browse repository at this point
Copy the full SHA 3afe94bView commit details -
Refs #20972. Deprecate
s_minimumSocketBuffer
.Signed-off-by: Miguel Company <miguelcompany@eprosima.com> Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
Configuration menu - View commit details
-
Copy full SHA for fd8a041 - Browse repository at this point
Copy the full SHA fd8a041View commit details