This works only for IPv4 addresses

This commit is contained in:
Kartik Singhal 2016-11-09 12:10:07 -05:00 committed by GitHub
parent 71baa4967d
commit be7992e639

View File

@ -9,7 +9,7 @@
//! and in another terminal you can run:
//!
//! ```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!