]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Allow fpm_listener to continue to try to read 18049/head
authorDonald Sharp <sharpd@nvidia.com>
Thu, 6 Feb 2025 23:40:30 +0000 (18:40 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 11 Feb 2025 17:42:02 +0000 (12:42 -0500)
commit54dc8382eb9d5e016527fdeeba36b12e335980c1
tree5385980e32b1c83c19726d2e3b5b9eceae5092d9
parentf64104bd97cdbc5ff9fa07badfad6b1ce1bb8d71
zebra: Allow fpm_listener to continue to try to read

Currently when the fpm_listener attempts to read say X
bytes it may only get Y( which is less than X ).  In this
case we should assume that the dplane_fpm_nl code is just
being slow, as that we know it is possible for it to send
a partial fpm message.  Let's just loosen the constraints
a bit and allow data to flow.

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