use TCP_NODELAY on TCP sockets?

Job Snijders job at fastly.com
Thu May 16 21:21:00 CEST 2024


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


More information about the Bird-users mailing list