Hacker News new | ask | show | jobs
by kfnic 4322 days ago
Shouldn't the TCP handshake look like this:

---- SYN ---->

<-- SYN/ACK --

---- ACK ---->

rather than having the client send two SYNs to the server?

2 comments

absolutely! Fixed :)
It should.