]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: stop pseudo-blocking in bgp_write
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 31 Mar 2017 16:55:52 +0000 (16:55 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 30 Nov 2017 21:17:58 +0000 (16:17 -0500)
commit2bb745fe0257f95a451a195830f0046440767025
tree5786f03a0d5cd1a269c5465008435de9aaed56a5
parent419dfe6a7049c0ee7f469cc10724ea110bef3c9c
bgpd: stop pseudo-blocking in bgp_write

If write() indicates that we should retry, just move along to the next
peer and come back later. No need to burn write() in a loop.

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