On Thu, May 16, 2024 at 12:55:38PM +0200, Ondrej Zajicek wrote:
> Yeah, i think that using TCP_NODELAY for BGP makes sense, considering
> there is already non-trivial framing and we write individual BGP
> messages with one write().

I suspect it might be better for throughput to send multiple BGP
messages with a single writev() or sendmsg() call.

Kind regards,

Job

Reply via email to