diff options
author | Christoph Paasch <cpaasch@apple.com> | 2019-07-06 16:13:07 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-07-08 19:29:19 -0700 |
commit | e858faf556d4e14c750ba1e8852783c6f9520a0e (patch) | |
tree | fd947f61dfb523a13ff1513676705215bb1289f3 /net/ipv4/igmp.c | |
parent | cecaa76b2919aac2aa584ce476e9fcd5b084add5 (diff) | |
download | linux-e858faf556d4e14c750ba1e8852783c6f9520a0e.tar.bz2 |
tcp: Reset bytes_acked and bytes_received when disconnecting
If an app is playing tricks to reuse a socket via tcp_disconnect(),
bytes_acked/received needs to be reset to 0. Otherwise tcp_info will
report the sum of the current and the old connection..
Cc: Eric Dumazet <edumazet@google.com>
Fixes: 0df48c26d841 ("tcp: add tcpi_bytes_acked to tcp_info")
Fixes: bdd1f9edacb5 ("tcp: add tcpi_bytes_received to tcp_info")
Signed-off-by: Christoph Paasch <cpaasch@apple.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/igmp.c')
0 files changed, 0 insertions, 0 deletions