Uh oh!
There was an error while loading. Please reload this page.
add basic IP support in HermitCore - #69404
Conversation
stlankes
commented
Feb 23, 2020
- add initial version to support sockets within HermitCore
- 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
- add initial version to support sockets - use TcpStream as test case - HermitCore uses smoltcp as IP stack for pure Rust applications
rust-highfive
commented
Feb 23, 2020
r? @KodrAus (rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Feb 23, 2020
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
alexcrichton
commented
Mar 3, 2020
Thanks for the ping but I unfortunately don't have time to help maintain all the targets of libstd nowadays myself. |
stlankes
commented
Mar 3, 2020
No problem! |
JohnTitor
commented
Mar 11, 2020
One nit: we have "no merge policy" here, recommend not including merge commits on PR: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#pull-requests |
stlankes
commented
Mar 11, 2020
Oh, yes. I will fix it |
stlankes
commented
Mar 19, 2020
I close it and resubmit it after revising my code |
add basic IP support in HermitCore - 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 rust-lang#69404