We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe. Switch to get addrlen repeated multiple times:
osal/src/os/portable/os-impl-bsd-sockets.c
Lines 188 to 201 in ead5723
Lines 248 to 262 in ead5723
Lines 484 to 498 in ead5723
Lines 545 to 561 in ead5723
Describe the solution you'd like Calculate once and store or implement once and inline
Describe alternatives you've considered Leave as-is (future work)
Additional context None
Requester Info Jacob Hageman - NASA/GSFC, OSAL code review
The text was updated successfully, but these errors were encountered:
Merge pull request nasa#864 from skliper/fix863-debugmsg-events
5c296a8
Fix nasa#863, Add debug message from SendEvents
Fix nasa#864, Refactor duplicate addrlen swtiches into an inline fu…
addrlen
aa8459d
…nction
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Switch to get addrlen repeated multiple times:
osal/src/os/portable/os-impl-bsd-sockets.c
Lines 188 to 201 in ead5723
osal/src/os/portable/os-impl-bsd-sockets.c
Lines 248 to 262 in ead5723
osal/src/os/portable/os-impl-bsd-sockets.c
Lines 484 to 498 in ead5723
osal/src/os/portable/os-impl-bsd-sockets.c
Lines 545 to 561 in ead5723
Describe the solution you'd like
Calculate once and store or implement once and inline
Describe alternatives you've considered
Leave as-is (future work)
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC, OSAL code review
The text was updated successfully, but these errors were encountered: