mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +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:
|
||||
//!
|
||||
//! ```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!
|
||||
|
Loading…
x
Reference in New Issue
Block a user