yyyar / gobetween

:cloud: Modern & minimalistic load balancer for the Сloud era
http://gobetween.io
Other
1.91k stars 210 forks source link

UDP load balance multiple requests only fall on one server #305

Closed czpae86 closed 3 years ago

czpae86 commented 3 years ago

Version : gobetween_0.7.0_linux_amd64.tar.gz

Config: `[servers.udpsample] bind = "0.0.0.0:4000" protocol = "udp" balance = "roundrobin"

[servers.udpsample.udp] max_responses =1

[servers.udpsample.discovery] kind = "static" static_list = [ "192.168.100.134:151 weight=1", "192.168.100.134:152 weight=1" ] `