ARC2 Proxy
Performance tuning Global · server boolean

nodelay

Disable Nagle's algorithm on client sockets (TCP_NODELAY).

Config key
nodelay
Scope
Global · server
Type
boolean
Default
true

Sets TCP_NODELAY on client-facing sockets, sending small packets immediately instead of waiting to coalesce them. Lowers latency for interactive and small-payload traffic at the cost of slightly more packets.

nodelay = true