]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: use hash table for bgp_keepalives.c
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 12 Apr 2017 17:17:30 +0000 (17:17 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 30 Nov 2017 21:17:59 +0000 (16:17 -0500)
commitbd8b71e405f24a2e94c0d8290b1f4692c9870b22
tree51e13543b9ed5b8fbc9b7eac171f8a1ba2633fe4
parentdc1188bb4d5be4df3f04a5448b85d23b895bd7db
bgpd: use hash table for bgp_keepalives.c

Large numbers of peers makes insertion and removal time for a linked
list non-negligible.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgp_keepalives.c