-
Notifications
You must be signed in to change notification settings - Fork 217
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
Fix #1172, Check Return Value for setsockopt #1174
Conversation
Thank you for the contribution @himanshu007-creator. I would change the commit message to follow our format of |
d11c318
to
3242960
Compare
Also try to fix the format differences found in https://github.com/nasa/osal/runs/3883153364?check_suite_focus=true |
CCB:2021-11-03 Need to re-review |
Hi @astrogeco, any updated on this PR status? |
See comments in #1172 (comment). @dmknutsen @dzbaker now manage the repo. |
Will review at next CCB to consider closing PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see what this achieves here - it's calling setsockopt
, and if successful, calls setsockopt
again with the same option?
As noted in the comments, its OK if the call to setsockopt
fails, maybe the implementation doesn't support that option or something - but the connection will still work without it, so there is no need to do full checking on this call, as there is no recovery or alternate action required if it fails.
Recommend closing this PR without merge.
CCB 20 October 2022: Agreed to close without merging. |
Describe the contribution
A clear and concise description of what the contribution is.
Resolves #1172
Testing performed
Steps taken to test the contribution:
Expected behavior changes
A clear and concise description of how this contribution will change behavior and level of impact.
System(s) tested on
Additional context
Add any other context about the contribution here.
Third party code
If included, identify any third party code and provide text file of license
Contributor Info - All information REQUIRED for consideration of pull request
Full name and company/organization/center of all contributors ("Personal" if individual work)