Skip to content

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

@double-7

Description

@double-7

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions