Skip to content

Conversation

@kheaactua
Copy link
Contributor

@kheaactua kheaactua commented Apr 28, 2025

  • Added error handling for "leave multicast group". Even if set_options fail we will clear corresponding data and close socket;
    setsockopt() returns -1 on failure and errno is written to to indicate the error. In the original code first argument to the sys::error_code::assign() will use -1, while it should use errno.
  • Corrected pass trough errno to boost error object.

- Added error handling for "leave multicast group". Even if set_options
  fail we will clear corresponding data and close socket;
- Corrected pass trough errno to boost error object.

Co-authored-by: Matthew Russell <[email protected]>
@kheaactua kheaactua force-pushed the no_vendor_tce_after_resume_from_str branch from 401aa35 to 034935a Compare June 18, 2025 19:22
@fcmonteiro
Copy link
Collaborator

not needed anymore with latest netlink changes

@fcmonteiro fcmonteiro closed this Nov 19, 2025
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.

2 participants