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

[NET] Modify internal API to use bt namespace, with a header for kernel mode linking. #19

Open
jameswalmsley opened this issue Jun 13, 2014 · 0 comments
Assignees
Milestone

Comments

@jameswalmsley
Copy link
Owner

os/src/net/bt_sockets.c does not follow coding standards and exposes a POSIX api directly.
This can be fixed by modifying the functions to follow the following conventions:

  1. bt_net_*
  2. Use process file-descriptors if available.
  3. Cast HANDLE type to int when process file-descriptors not available.
@jameswalmsley jameswalmsley added this to the v0.9.3 milestone Jun 24, 2014
@jameswalmsley jameswalmsley self-assigned this Jun 24, 2014
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

No branches or pull requests

1 participant