News

iptables -A firewall-output -p udp -m state --state NEW -m udp --dport 6666 -j ACCEPT </pre><BR><BR>With them (along with others) I can use netcat to do basic communication over UDP. However, when ...
How does one decide between TCP and UDP? This question was originally answered on Quora by Keith Winstein.