]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Allow zebra_client_read to handle up to 10 messages
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 11 Oct 2017 19:05:06 +0000 (15:05 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 23 Oct 2017 22:12:33 +0000 (18:12 -0400)
commit5a762c8a6ee96265c8d5dcfeeab3dc8cc33c22cd
tree42d81de1fc4fc096ab009fd68d7d468bd42160f1
parent342213eac063ad7fd215345d9beae80287608df7
zebra: Allow zebra_client_read to handle up to 10 messages

The zebra_client_read functionality was reading 1 message
from a peer at a time.  Modify the code so that we can
read up to 10 at a time.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zserv.c