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

bugfix : fix the udpConns map does not release new conns when its length is over 100 #515

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

FyZhu97
Copy link

@FyZhu97 FyZhu97 commented Apr 30, 2024

  1. fix the udpConns does not release new conn in udpConn map when the length is over maxConns. The length of map continues growing and eventually makes new connections cannot read.
  2. make maxConns configurable

方鸻 added 5 commits April 30, 2024 10:27
1. fix the udpConns does not release new conn in udpConn map when the length is over maxConns. The length of map continues growing and eventually makes new connections cannot read.
2. make maxConns configurable
…s over max size can not read but can also write to ensure consistent usage with previous implementation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant