Basic TCP stream echo functionality.
Takes an optional first argument, which indicates the server address (e.g. 0.0.0.0:8000
),
otherwise it will run on 127.0.0.1:3000
.
Notes
echo-rs
andecho-rs-strip
should behave exactly the same way, butecho-rs-strip
has been run through the Linuxstrip
utility.