Comment by thwarted Comment by thwarted 5 hours ago 1 reply Copy Link View on Hacker News Because one thing it tries to optimize for is avoiding TLS session negotiation.
Copy Link kevg123 4 hours ago Collapse Comment - Makes sense. One idea would be if the browser could detect packet loss (e.g. netstat -s and look for TCP retransmissions, and equivalent on other OSes) and open more sockets if there is. Reply View | 0 replies
Makes sense. One idea would be if the browser could detect packet loss (e.g. netstat -s and look for TCP retransmissions, and equivalent on other OSes) and open more sockets if there is.