You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Gobetween for UDP load balancing purpose. As of now I see packets being dropped when I send 10K packets/second. Is there any way I could increase it ? I need to handle 100k+ packets/sec.
I see that the 'MAX_PACKETS_QUEUE' value in udp sessions.go is set to 10k. Would it be possible to increase this to meet my requirement?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
prb219
changed the title
Increased buffer channel size
Increased buffer channel size for UDP load balancing
Jun 22, 2020
@yyyar@illarion Do we have any other means to accept/ Load balance more packets with the existing version of GoBetween? A config parameter change perhaps ?
Currently I have set the 'max requests' field to 1 for udp server configuration.
Hi,
I am using Gobetween for UDP load balancing purpose. As of now I see packets being dropped when I send 10K packets/second. Is there any way I could increase it ? I need to handle 100k+ packets/sec.
I see that the 'MAX_PACKETS_QUEUE' value in udp sessions.go is set to 10k. Would it be possible to increase this to meet my requirement?
Thanks in advance.
The text was updated successfully, but these errors were encountered: