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

If the UDP message sent exceeds 65507, it will be sent repeatedly in a life and death cycle #40

Open
double-7 opened this issue May 18, 2022 · 0 comments

Comments

@double-7
Copy link

code

if (attempts == (this.netSyslogConfig.getWriteRetries() + 1)) {

end

An exception occurs when the UDP message is greater than 65507.
The metering parameter "attempts" will not accumulate, resulting in failure to jump out of the cycle and finally produce the life and death cycle.

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

No branches or pull requests

1 participant