mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
Correct client invocation example
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
//! and in another terminal you can run:
|
//! and in another terminal you can run:
|
||||||
//!
|
//!
|
||||||
//! ```sh
|
//! ```sh
|
||||||
//! $ nc -u localhost 8080
|
//! $ echo -n "hello" | nc -4u localhost 8080
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! Each line you type in to the `nc` terminal should be echo'd back to you!
|
//! Each line you type in to the `nc` terminal should be echo'd back to you!
|
||||||
|
|||||||
Reference in New Issue
Block a user