]> git.kaiwu.me - nginx.git/commit
Stream: least_time balancer module
authorVladimir Homutov <vl@nginx.com>
Fri, 28 Oct 2016 13:01:53 +0000 (16:01 +0300)
committerSai Krishna Kumar Reddy YADAMAKANTI <46914419+saikrishnakumarreddy@users.noreply.github.com>
Mon, 4 May 2026 15:49:40 +0000 (21:19 +0530)
commit3b5da468b3b14857fbd90298e249d6333dc68705
tree7a38f9f20773e6ee7c215724ef3d7aa66268b18a
parent5760d6148eb0be156df58bba0054bbc34a6c7942
Stream: least_time balancer module

Example configuration:

upstream u {
    least_time connect | first_byte | last_byte [inflight];
    server a;
    server b;
}

Co-authored-by: Roman Arutyunyan <arut@nginx.com>
auto/modules
auto/options
src/stream/ngx_stream_proxy_module.c
src/stream/ngx_stream_upstream.h
src/stream/ngx_stream_upstream_least_time_module.c [new file with mode: 0644]
src/stream/ngx_stream_upstream_round_robin.c
src/stream/ngx_stream_upstream_round_robin.h