Do the Nagle Algorith and Delayed ACK's affect TCP Connection Setup?

Posted by Robert S. Barnes on Stack Overflow See other posts from Stack Overflow or by Robert S. Barnes
Published on 2010-03-09T10:17:36Z Indexed on 2010/03/09 10:21 UTC
Read the original article Hit count: 274

Do the client's SYN and the servers SYN+ACK get delayed by Nagle? Will the client's ACK of the server's SYN get delayed?

Will connect return after rtt+spt or will it take rtt + spt + 2x Nagle Delay?

Or more generally, how do the Nagle Algorith and Delayed ACK's affect TCP Connection Setup?

© Stack Overflow or respective owner

Related posts about tcp

Related posts about language-agnostic