]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Add docs for thread-pool.* args, add flow to reject RTR clients
authorpcarana <pc.moreno2099@gmail.com>
Wed, 25 Nov 2020 23:28:40 +0000 (17:28 -0600)
committerpcarana <pc.moreno2099@gmail.com>
Wed, 25 Nov 2020 23:28:40 +0000 (17:28 -0600)
commit1ff403a0c7f61d443cbc4e2e512b8d0324547856
tree8d80ee0563e1c45b66cf61852529d48aa761717b
parent54bd95770b845e28526479ee649346ffd9c3ad6a
Add docs for thread-pool.* args, add flow to reject RTR clients

+An RTR client is rejected when there aren't available threads at the pool to attend it.
+Add new function at thread_pool.c to check if the pool has available threads to work.
+Use an internal buffer at sockaddr2str(), since the buffer received as parameter wasn't utilized by anybody.
+Update max values: thread-pool.server.max=500, thread-pool.validation.max=100.
docs/usage.md
man/fort.8
src/address.c
src/address.h
src/config.c
src/rtr/pdu.c
src/rtr/rtr.c
src/thread/thread_pool.c
src/thread/thread_pool.h