Limit the number of concurrent RTR connects to 32.
authorclaudio <claudio@openbsd.org>
Mon, 17 May 2021 10:47:07 +0000 (10:47 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 17 May 2021 10:47:07 +0000 (10:47 +0000)
commit7bb4de2baf795e02d078d2f3c9e0a03752b3de5d
tree9da6e01727520f94b3e4511eadea5cee07b52b78
parent75f91b61a2eeb6b793f67966e5b48b36a2b41a4f
Limit the number of concurrent RTR connects to 32.
If the limit is hit the request will be dropped and the rtr process will
retry the connect after the retry timeout. Hopefully by then the number of
connections is down again.
OK deraadt@ benno@
usr.sbin/bgpd/bgpd.c