node-ttcp
v0.0.2
Published
> just like ttcp test tool for practice network programming
Readme
node-ttcp
just like ttcp test tool for practice network programming
usage example
# start server
./index.js -r -p 5001
# start client
./index.js -c -p 5001 -n 100 -l 4096