Index | Thread | Search

From:
Theo Buehler <tb@theobuehler.org>
Subject:
Re: bgpd: increase ibuf message size to 128k
To:
tech@openbsd.org
Date:
Mon, 2 Dec 2024 15:26:02 +0100

Download raw body.

Thread
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