aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlxsw/spectrum2_acl_tcam.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2019-01-27 13:29:43 -0800
committerDavid S. Miller <davem@davemloft.net>2019-01-27 13:29:43 -0800
commit889865cf54bddd8a4e258a11225bcbb646f90863 (patch)
treef0afde54fb516f0293e849ade6c738ece48f16c1 /drivers/net/ethernet/mellanox/mlxsw/spectrum2_acl_tcam.c
parentnet: ipv4: ip_input: fix blank line coding style issues (diff)
parenttcp: change pingpong threshold to 3 (diff)
downloadlinux-dev-889865cf54bddd8a4e258a11225bcbb646f90863.tar.xz
linux-dev-889865cf54bddd8a4e258a11225bcbb646f90863.zip
Merge branch 'tcp-change-pingpong-to-3-in-delayed-ack-logic'
Wei Wang says: ==================== tcp: change pingpong to 3 in delayed ack logic 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 responds right away which triggers the TCP stack to stop the quick ack and start delaying the ACKs based only one instance of ping-pong. This patchset changes the threshold from 1 to 3 ping-pong transactions, so that we only start to delay the acks after the receiver responds data quickly three times. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/mellanox/mlxsw/spectrum2_acl_tcam.c')
0 files changed, 0 insertions, 0 deletions