]> git.kaiwu.me - nginx.git/commit
Stream: proxy_socket_sndbuf and proxy_socket_rcvbuf directives
authorPatrik Wall <patrik.wall.91@gmail.com>
Mon, 27 Apr 2026 11:22:16 +0000 (13:22 +0200)
committerSergey Kandaurov <s.kandaurov@f5.com>
Wed, 15 Jul 2026 12:59:06 +0000 (16:59 +0400)
commit6ab37e105c7a8cd0992d9bd1a35e0b192befefec
treeb25e42dd0e4f29f36b56f30d4905fbcfc78e5bf3
parent04d118301fa2d5cbdde0d39ed894ed054cfa3846
Stream: proxy_socket_sndbuf and proxy_socket_rcvbuf directives

Similarly to "listen ... sndbuf/rcvbuf", proxy_socket_sndbuf and
proxy_socket_rcvbuf can be used to set the SO_SNDBUF and SO_RCVBUF
socket options, respectively, on upstream connections.  By default,
the values are left unchanged.

Closes: https://github.com/nginx/nginx/issues/1297
src/stream/ngx_stream_proxy_module.c