mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-26 17:23:01 +02:00
Updated about nc
and telnet
in task.md (#1382)
Updated about `nc` and `telnet` with their documentation link provided as well Closes issue #1349
This commit is contained in:
parent
ce27799096
commit
ecd2bc863e
@ -51,6 +51,8 @@ async fn main() -> io::Result<()> {
|
|||||||
|
|
||||||
Copy this example into your prepared `src/main.rs` and run it from there.
|
Copy this example into your prepared `src/main.rs` and run it from there.
|
||||||
|
|
||||||
|
Try connecting to it with a TCP connection tool like [nc](https://www.unix.com/man-page/linux/1/nc/) or [telnet](https://www.unix.com/man-page/linux/1/telnet/).
|
||||||
|
|
||||||
* Ask students to visualize what the state of the example server would be with a
|
* Ask students to visualize what the state of the example server would be with a
|
||||||
few connected clients. What tasks exist? What are their Futures?
|
few connected clients. What tasks exist? What are their Futures?
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user