]> git.ipfire.org Git - thirdparty/strongswan.git/commit
trap-manager: Optionally ignore acquires that come in bursts ignore-acquire-bursts
authorTobias Brunner <tobias@strongswan.org>
Thu, 16 Mar 2017 09:38:21 +0000 (10:38 +0100)
committerTobias Brunner <tobias@strongswan.org>
Sat, 20 May 2017 09:41:11 +0000 (11:41 +0200)
commit9ecc0cedcb3180eeabb5868671957eae8a8a30bd
tree7b21a57d54d34e4f1171a4147293ed8d82920501
parent08b19dd02a4911c07a0c636726af05a5c537bc64
trap-manager: Optionally ignore acquires that come in bursts

Acquires that come in bursts can cause the daemon to fail SA negotiation
due to high traffic.  By setting charon.acquire_ignore_burst_time and
charon.acquire_ignore_burst_count we can now control how many acquires
(count) we allow per time interval in milliseconds (time).
conf/options/charon.opt
src/libcharon/sa/trap_manager.c