]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Factor out TCP rateset destruction code.
authorhselasky <hselasky@FreeBSD.org>
Wed, 9 Oct 2019 17:08:40 +0000 (17:08 +0000)
committerhselasky <hselasky@FreeBSD.org>
Wed, 9 Oct 2019 17:08:40 +0000 (17:08 +0000)
commitff0a2f4dbcb58c50a0c467c8b5179576f821ba70
tree2459a41bb0dbef74f60a1aa256e7aee191be374b
parentb44399126dc4647cbd1cc810564c4eba55272a39
Factor out TCP rateset destruction code.

Ensure the epoch_call() function is not called more than one time
before the callback has been executed, by always checking the
RS_FUNERAL_SCHD flag before invoking epoch_call().

The "rs_number_dead" is balanced again after r353353.

Discussed with: rrs@
Sponsored by: Mellanox Technologies
sys/netinet/tcp_ratelimit.c