Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increased buffer channel size for UDP load balancing #288

Open
prb219 opened this issue Jun 22, 2020 · 1 comment
Open

Increased buffer channel size for UDP load balancing #288

prb219 opened this issue Jun 22, 2020 · 1 comment
Assignees
Labels
Milestone

Comments

@prb219
Copy link

prb219 commented Jun 22, 2020

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.

@prb219 prb219 changed the title Increased buffer channel size Increased buffer channel size for UDP load balancing Jun 22, 2020
@yyyar yyyar added the feature label Jun 23, 2020
@yyyar yyyar added this to the 0.8.0 milestone Jun 23, 2020
@prb219
Copy link
Author

prb219 commented Jun 23, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants