7 ms·
Shouldn't the TCP handshake look like this: ---- SYN ----> <-- SYN/ACK -- ---- ACK ----> rather than having the client send two SYNs to the server?
by kfnic 12y ago
Shouldn't the TCP handshake look like this:
---- SYN ---->
<-- SYN/ACK --
---- ACK ---->
rather than having the client send two SYNs to the server?
- cookiemonster11 12y agoIt should.
- jvns 12y agoabsolutely! Fixed :)