legacy-wiki
Network performance
Recovered from the older tannerjc.net wiki snapshot dated January 23, 2016.
- conary update nc=conary.rpath.com@rpl:2-qa
- iptables -I INPUT -i eth0 -p tcp –dport 2222 -m state –state NEW,ESTABLISHED -j ACCEPT
- iptables -I OUTPUT -o eth0 -p tcp –sport 2222 -m state –state ESTABLISHED -j ACCEPT
- server
- nc -v -v -l -n -p 2222 /dev/null
- client
- time yes|nc -v -v -n 192.168.0.8 2222 /dev/null