Skip to content

refactor(net): change socket interface, refactor unix socket #1202

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

Draft
wants to merge 2 commits into
base: feat-network-rebuild
Choose a base branch
from

Conversation

Samuka007
Copy link
Member

Socket

  • change interface to reduce re-implementation of IndexNode, and move poll method to Socket trait bound
  • add sk_buff to socket, for unix and other socket that needs inner implementation (Inet socket doesn't need sk_buff since inet packets are managed by smoltcp).
  • implement unix socket with new socket-packet struct sk_buff

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

Successfully merging this pull request may close these issues.

1 participant