Hacker News new | ask | show | jobs
by dbt00 2673 days ago
TCP over TCP has always had serious performance issues, because the congestion controls combine in toxic ways. SSH tunnels that connect to something other than localhost on the remote end have similar problems (i.e. ssh -D 1080 as a SOCKS proxy).
1 comments

ssh -D doesn't do TCP over TCP, its performance issues are fore different reasons.