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

Fix #349, OS_SocketAccept() fix #372

Merged

Conversation

CDKnightNASA
Copy link
Contributor

Describe the contribution
Fixes #349, note that this does not include unit tests. There don't seem to be any unit tests for the OSAL networking code. We should discuss at the CCB.

Testing performed
Tested with the TCP version of SBN, without the fix it fails on the Accept() call, with the fix, SBN nodes connect and traffic flows as expected.

Expected behavior changes
OS_SocketAccept() should work to accept new incoming TCP connections.

System(s) tested on
64-bit Debian 9 VM.

Additional context
Add any other context about the contribution here.

Third party code
None

Contributor Info - All information REQUIRED for consideration of pull request
Christopher.D.Knight@nasa.gov

@skliper
Copy link
Contributor

skliper commented Mar 20, 2020

So did this just never work, and never got tested until now? That's a bit concerning.

@astrogeco
Copy link
Contributor

CCB 2020-03-25: Approved

Copy link
Contributor

@jphickey jphickey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@astrogeco astrogeco added the CCB:Approved Indicates code review and approval by community CCB label Mar 25, 2020
@astrogeco astrogeco changed the base branch from master to integration-candidate April 1, 2020 04:29
@astrogeco astrogeco changed the title fix for #349 - OS_SocketAccept() fix Fix #349 - OS_SocketAccept() fix Apr 1, 2020
@astrogeco astrogeco changed the title Fix #349 - OS_SocketAccept() fix Fix #349, OS_SocketAccept() fix Apr 1, 2020
@astrogeco astrogeco merged commit b9ab174 into nasa:integration-candidate Apr 1, 2020
@skliper skliper added this to the 5.1.0 milestone Jun 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CCB:Approved Indicates code review and approval by community CCB
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OS_SocketAccept fails
4 participants