mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
This works only for IPv4 addresses
This commit is contained in:
parent
71baa4967d
commit
be7992e639
@ -9,7 +9,7 @@
|
|||||||
//! and in another terminal you can run:
|
//! and in another terminal you can run:
|
||||||
//!
|
//!
|
||||||
//! ```sh
|
//! ```sh
|
||||||
//! $ echo -n "hello" | nc -4u 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