commit | 2a8a4df36462aa85b0db87b7c5ea145ba67e34a8 | [log] [tgz] |
---|---|---|
author | Jason A. Donenfeld <Jason@zx2c4.com> | Fri Feb 14 23:57:21 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 16 19:21:56 2020 -0800 |
tree | 67eb1dfc230baa59667ae23e79af77f231d0c13e | |
parent | 04ddf1208f03e1dbc39a4619c40eba640051b950 [diff] |
wireguard: receive: reset last_under_load to zero This is a small optimization that prevents more expensive comparisons from happening when they are no longer necessary, by clearing the last_under_load variable whenever we wind up in a state where we were under load but we no longer are. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Suggested-by: Matt Dunwoodie <ncon@noconroy.net> Signed-off-by: David S. Miller <davem@davemloft.net>