udp balancing

Maxim Konovalov maxim at nginx.com
Thu Jun 23 15:48:59 UTC 2016


On 6/23/16 6:44 PM, Frank Liu wrote:
> Hi,
> 
> In the default stream/udp/proxy setup, will nginx round robin every
> packet or will it remembers client and send all packets from same
> client to same upstream?
> 
The default is round-robin, yes.

You can enable persistent-like behaviour though:

https://www.nginx.com/resources/admin-guide/tcp-load-balancing/#hash

-- 
Maxim Konovalov



More information about the nginx mailing list