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
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.
The text was updated successfully, but these errors were encountered:
code
syslog4j-graylog2/src/main/java/org/graylog2/syslog4j/impl/net/udp/UDPNetSyslog.java
Line 77 in 374bc20
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.
The text was updated successfully, but these errors were encountered: