Re: Decode BGP Shutdown Communication messages (RFC 8203)

2017-11-14 Thread Ondrej Zajicek
On Mon, Nov 13, 2017 at 07:56:47AM +0300, Dmitry S. Nikolaev wrote: > Hi. > > So, can we expect an answer ? Hi I hope that i answered: http://trubka.network.cz/pipermail/bird-users/2017-October/011623.html -- Elen sila lumenn' omentielvo Ondrej 'Santiago' Zajicek (email: santi...@crfreenet.o

Re: bird control-socket: connection reset by peer

2017-11-14 Thread Oliver Herms
I've just checked out your code. I think the big difference is that my code keeps the socket open and uses it for multiple queries while yours connects, sends one query, fetches the result and closes the socket. The issue never happens for the first query. It takes ~50 queries before bird resets t