-
Notifications
You must be signed in to change notification settings - Fork 13.4k
add basic IP support in HermitCore #70136
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
stlankes
commented
Mar 19, 2020
- add initial version to support sockets
- use TcpStream as test case
- HermitCore uses smoltcp as IP stack for pure Rust applications
- further functionalities (e.g. UDP support) will be added step by step
- in principle, the current PR is a revision of add basic IP support in HermitCore #69404
- add initial version to support sockets - use TcpStream as test case - HermitCore uses smoltcp as IP stack for pure Rust applications - further functionalities (e.g. UDP support) will be added step by step
r? @shepmaster (rust_highfive has picked a reviewer for you, use r? to override) |
r? @dtolnay |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't reviewed this beyond confirming that it only affects target_os = "hermit"
which appears to be your project based on https://github.com/hermitcore/libhermit-rs/graphs/contributors.
@bors r+ |
📌 Commit 57b7203 has been approved by |
☀️ Test successful - checks-azure |