Download raw body.
bgpd: increase ibuf message size to 128k
On Mon, Dec 02, 2024 at 02:57:01PM +0100, Claudio Jeker wrote: > To support extended bgp messages of up to 65k bump the maximum imsg size > to 128k on all channels. > > On top of this remove the READ_BUF_SIZE define and replace its only use > with IBUF_READ_SIZE since the MAX_SOCK_BUF is used to scale up the imsg > socketpairs. Reads fine to me ok tb
bgpd: increase ibuf message size to 128k