mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
d2a13693c2
With the addition of `sock_accept()` to snapshot1, simple networking via a passed `TcpListener` is possible. This patch implements the basics to make a simple server work. Signed-off-by: Harald Hoyer <harald@profian.com>