Re: [PATCH net-next 0/2] tcp: change pingpong to 3 in delayed ack logic

2019-01-27 Thread David Miller
From: Wei Wang Date: Fri, 25 Jan 2019 10:53:18 -0800 > TCP receiver today tries not to delay the ACKs to speed up the initial > slow start (a.k.a QUICK ACK mechanism). However the previous design > does not work well with modern TCP applications that starts with an > application-level handshake.

[PATCH net-next 0/2] tcp: change pingpong to 3 in delayed ack logic

2019-01-25 Thread Wei Wang
TCP receiver today tries not to delay the ACKs to speed up the initial slow start (a.k.a QUICK ACK mechanism). However the previous design does not work well with modern TCP applications that starts with an application-level handshake. For example, a HTTPs server often receives the SSL hello and re