-
Notifications
You must be signed in to change notification settings - Fork 219
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
implement osapi-os-net.h #184
Comments
Imported from trac issue 161. Created by cdknight on 2016-03-01T12:24:50, last modified: 2019-07-17T17:01:53 |
Trac comment by cdknight on 2016-03-01 14:02:12: Some design comments:
|
Trac comment by jphickey on 2016-05-03 12:17:26: FYI - there is a full implementation of this in the "posix-ng" OSAL which is part of trac #28. |
Trac comment by cdknight on 2017-01-12 17:35:15: Regarding item #27), handling multiple socket connections simultaneously requires polling via the select function or using tasks, each of which would block on its relevant socket. The VXWorks documentation for sockets has an example server that uses tasks, and the select API needs to be configured in for VXWorks, so it may be best to not implement select. |
Trac comment by jhageman on 2019-03-01 14:16:58: CCB - Sounds like this has been completed in #28 for POSIX, review if any further action needed (like 6-unit test updates or 7-OS_NOT_IMPLEMENTED stubs) or if this can be closed. |
Trac comment by jhageman on 2019-07-08 16:23:32: Associated [changeset:e9edb69], |
Trac comment by jhageman on 2019-07-17 12:30:57: CCB 7/17/2019 - agreed to close as wontfix |
Trac comment by jhageman on 2019-07-17 17:01:53: wontfix last gen issue, fixed by next gen |
SBN, and other applications, would benefit from an OSAL layer over network interfaces.
Per the CCB action item 29, "Update SBN to use the new OSAL network/socket APIs". But there is no implementation of the osapi-os-net.h interfaces.
The text was updated successfully, but these errors were encountered: