mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
Merge pull request #97 from k4rtik/patch-1
Correct client invocation example
This commit is contained in:
commit
da3544f468
@ -9,7 +9,7 @@
|
|||||||
//! and in another terminal you can run:
|
//! and in another terminal you can run:
|
||||||
//!
|
//!
|
||||||
//! ```sh
|
//! ```sh
|
||||||
//! $ nc -u localhost 8080
|
//! $ 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!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user