]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: add ece_ack flag to reno sack functions
authorYousuk Seung <ysseung@google.com>
Sat, 27 Jun 2020 04:05:33 +0000 (21:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 28 Jun 2020 00:41:27 +0000 (17:41 -0700)
commite083f73f88119a921a72e8c03db44f51b2c3f77c
tree37f7094739ac111ac7a7145887a9ff765d0fe320
parentc6ce83aadfc99fcbd0fb92d810cada0df629cb25
tcp: add ece_ack flag to reno sack functions

Pass a boolean flag that tells the ECE state of the current ack to reno
sack functions. This is pure refactor for future patches to improve
tracking delivered counts.

Signed-off-by: Yousuk Seung <ysseung@google.com>
Signed-off-by: Yuchung Cheng <ycheng@google.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c